debug false
This commit is contained in:
parent
68029a4048
commit
5526441fc0
@ -29,7 +29,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PORT: $PORT
|
PORT: $PORT
|
||||||
HOST: $HOST
|
HOST: $HOST
|
||||||
debug: false
|
debug: "false"
|
||||||
command: ./manage.py runserver 0.0.0.0:$PORT --noreload
|
command: ./manage.py runserver 0.0.0.0:$PORT --noreload
|
||||||
ports:
|
ports:
|
||||||
- "${PORT}:${PORT}"
|
- "${PORT}:${PORT}"
|
||||||
|
Loading…
Reference in New Issue
Block a user