From 555637bbf045c13da08f43af3f60461b8683abbe Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 22:01:39 +0100 Subject: [PATCH] binding --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7e3c126..1acf7ff 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.2:8000 --timeout 600 + command: gunicorn tldtest.wsgi:application --bind 172.17.0.1:8000 --timeout 600 ports: - 8000:8000 depends_on: