mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 13:59:36 +02:00
Dual stack Backend
This commit is contained in:
commit
c084a40cab
1 changed files with 1 additions and 1 deletions
|
@ -63,4 +63,4 @@ fi
|
||||||
cat /code/adventurelog.txt
|
cat /code/adventurelog.txt
|
||||||
|
|
||||||
# Start gunicorn
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue