diff --git a/docker-compose.yml b/docker-compose.yml index e96255b..7f1e94b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: Dockerfile - command: gunicorn tldtest.wsgi:application --bind 0.0.0.0:8000 --timeout 600 + command: gunicorn tldtest.wsgi:application --timeout 600 ports: - 8000:8000 depends_on: