1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00

Merge pull request #445 from larsl-net/development

fix: make backend dual-stack ready
This commit is contained in:
Sean Morley 2025-01-14 11:52:36 -05:00 committed by GitHub
commit b16b1a1e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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