diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh index 50e034a..9ca926c 100644 --- a/backend/entrypoint.sh +++ b/backend/entrypoint.sh @@ -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 \ No newline at end of file +gunicorn main.wsgi:application --bind [::]:8000 --timeout 120 --workers 2 \ No newline at end of file