From 8df82fb7c34eb31b74879cb8e5979e2d33668f6e Mon Sep 17 00:00:00 2001 From: winkidney Date: Sun, 19 Aug 2018 04:24:28 -0700 Subject: [PATCH] Refactor: Use stdout as the log-output --- docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: