1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-28 17:29:36 +02:00

Merge pull request #551 from larsl-net/dual-stack

fix: Reenable IPv6 for Backend
This commit is contained in:
Sean Morley 2025-04-06 20:26:36 -04:00 committed by GitHub
commit b166058d36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,6 @@ cat /code/adventurelog.txt
# Start Gunicorn in foreground # Start Gunicorn in foreground
exec gunicorn main.wsgi:application \ exec gunicorn main.wsgi:application \
--bind 0.0.0.0:8000 \ --bind [::]:8000 \
--workers 2 \ --workers 2 \
--timeout 120 --timeout 120