Update docker-compose.yml
This commit is contained in:
parent
5e2638aff2
commit
53ffb1133b
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ services:
|
||||||
- 5000:5000/tcp
|
- 5000:5000/tcp
|
||||||
expose:
|
expose:
|
||||||
- 5000/tcp
|
- 5000/tcp
|
||||||
#volumes:
|
|
||||||
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/posio/data:/app # optional
|
|
||||||
environment:
|
environment:
|
||||||
- POSIO_SETTINGS=/app/posio/config.py
|
- POSIO_SETTINGS=/app/posio/config.py
|
||||||
- FLASK_APP=/app/posio/game_master.py
|
- FLASK_APP=/app/posio/game_master.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue