Merge pull request #19 from tldtest/troubleshooting8000

trying to bind to local container only
This commit is contained in:
Arnold Dechamps 2024-04-01 03:42:45 +02:00 committed by GitHub
commit 2796a1f079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
command: gunicorn tldtest.wsgi:application -b 0.0.0.0:8000 --timeout 600
ports:
- 8000:8000
- "127.0.0.1:8000:8000"
depends_on:
- db
db: