fix: make backend dual stack ready

This commit is contained in:
Lars Lehmann
2025-01-14 17:38:31 +01:00
committed by GitHub
parent e8f2c7ea81
commit 69673fb5ef

View File

@@ -63,4 +63,4 @@ fi
cat /code/adventurelog.txt
# Start gunicorn
gunicorn main.wsgi:application --bind 0.0.0.0:8000 --timeout 120 --workers 2
gunicorn main.wsgi:application --bind [::]:8000 --timeout 120 --workers 2