Dynamic docker-compose ports
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
a29d7b2a13
commit
b4e8306c14
@ -11,9 +11,9 @@ services:
|
||||
# - db
|
||||
restart: always
|
||||
ports:
|
||||
- ${PORT}:8123
|
||||
- ${PORT}:${TARGET_PORT:-8123}
|
||||
volumes:
|
||||
- ${PICTURES}:/pictures
|
||||
- ${PWD}/db:/db
|
||||
- ${PWD}:/website
|
||||
# - ${PWD}:/website
|
||||
- ${PWD}/models:/root/.deepface
|
||||
|
Loading…
x
Reference in New Issue
Block a user