Merge pull request #19 from tldtest/troubleshooting8000
trying to bind to local container only
This commit is contained in:
commit
2796a1f079
|
@ -7,7 +7,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
command: gunicorn tldtest.wsgi:application -b 0.0.0.0:8000 --timeout 600
|
command: gunicorn tldtest.wsgi:application -b 0.0.0.0:8000 --timeout 600
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- "127.0.0.1:8000:8000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Reference in a new issue