mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-03 14:08:22 -05:00
Merge pull request #551 from larsl-net/dual-stack
fix: Reenable IPv6 for Backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user