This commit is contained in:
Arnold Dechamps 2024-03-26 21:58:17 +01:00
parent eebccd2b8e
commit 7715812cd3
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
command: gunicorn tldtest.wsgi:application --bind 172.17.0.1:8000 --timeout 600 command: gunicorn tldtest.wsgi:application --bind 172.17.0.2:8000 --timeout 600
ports: ports:
- 8000:8000 - 8000:8000
depends_on: depends_on: