diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh index 19444fb..06adc3c 100644 --- a/backend/entrypoint.sh +++ b/backend/entrypoint.sh @@ -64,6 +64,6 @@ cat /code/adventurelog.txt # Start Gunicorn in foreground exec gunicorn main.wsgi:application \ - --bind 0.0.0.0:8000 \ + --bind [::]:8000 \ --workers 2 \ --timeout 120