diff --git a/docker-compose.example.yml b/docker-compose.example.yml index b1d2be7..8a65d1f 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -7,7 +7,7 @@ services: command: > bash -c "python manage.py migrate && python3 manage.py collectstatic --noinput - && gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30 --log-file - " + && gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30" ports: - "127.0.0.1:2048:8000" environment: