We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c393055 commit 9f1eceeCopy full SHA for 9f1ecee
entry_point.sh
@@ -2,4 +2,4 @@
2
echo "Running DrexSpamAPI"
3
RUN_PORT=${PORT:-8989}
4
5
-/app/env/bin/gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker --bind "127.0.0.1:${RUN_PORT}" app.main:app
+/app/env/bin/gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker --bind "0.0.0.0:${RUN_PORT}" app.main:app
0 commit comments