debug false

This commit is contained in:
Egor Matveev 2022-02-28 21:39:35 +03:00
parent 68029a4048
commit 5526441fc0

View File

@ -29,7 +29,7 @@ services:
environment:
PORT: $PORT
HOST: $HOST
debug: false
debug: "false"
command: ./manage.py runserver 0.0.0.0:$PORT --noreload
ports:
- "${PORT}:${PORT}"