gunicorn: Listen on both ipv6 and ipv4 interfaces
This commit is contained in:
parent
3a5cbc6325
commit
4734789a25
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile.prod
|
dockerfile: Dockerfile.prod
|
||||||
command: gunicorn gmba_django.wsgi:application --bind 0.0.0.0:8000
|
command: gunicorn gmba_django.wsgi:application --bind [::]:8000
|
||||||
volumes:
|
volumes:
|
||||||
- static_volume:/home/app/app/static
|
- static_volume:/home/app/app/static
|
||||||
- media_volume:/home/app/app/media
|
- media_volume:/home/app/app/media
|
||||||
|
|
Loading…
Reference in a new issue