working
This commit is contained in:
parent
555637bbf0
commit
09b074a1f8
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue