mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 22:09:36 +02:00
fix: Reenable IPv6 for Backend
This commit is contained in:
parent
cd833884e8
commit
847193a0ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue