From 09b074a1f8231ebf146ac88e9b305fe9da4fe678 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 22:09:15 +0100 Subject: [PATCH] working --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1acf7ff..333f6c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: Dockerfile - command: gunicorn tldtest.wsgi:application --bind 172.17.0.1:8000 --timeout 600 + command: gunicorn tldtest.wsgi:application -b 0.0.0.0:8000 --timeout 600 ports: - 8000:8000 depends_on: