Skip to content
Snippets Groups Projects
Commit 369c1dcc authored by Evili del Rio i Silvan's avatar Evili del Rio i Silvan
Browse files

Listen all addresses

parent 1c50df0d
No related branches found
No related tags found
No related merge requests found
Pipeline #2155 failed
......@@ -24,4 +24,4 @@ python manage.py collectstatic --no-input
python manage.py migrate
LOG_LEVEL=${LOG_LEVEL:-INFO}
gunicorn --log-level=${LOG_LEVEL} ${WSGI_MODULE} $*
gunicorn --bind 0.0.0.0:8000 --log-level=${LOG_LEVEL} ${WSGI_MODULE} $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment