gunicorn: Listen on both ipv6 and ipv4 interfaces

This commit is contained in:
app 2022-09-22 03:10:41 +00:00
parent 3a5cbc6325
commit 4734789a25
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
build:
context: ./
dockerfile: Dockerfile.prod
command: gunicorn gmba_django.wsgi:application --bind 0.0.0.0:8000
command: gunicorn gmba_django.wsgi:application --bind [::]:8000
volumes:
- static_volume:/home/app/app/static
- media_volume:/home/app/app/media