docker-compose.yml
This commit is contained in:
parent
3770bc76d1
commit
e0119367f9
|
@ -5,7 +5,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
command: gunicorn tldtest.wsgi:application --bind 0.0.0.0:8000 --timeout 600
|
||||
command: gunicorn tldtest.wsgi:application --bind 127.0.0.1:8000 --timeout 600
|
||||
ports:
|
||||
- 8000:8000
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue