summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-21 23:22:13 +0300
committerYuval Adam <_@yuv.al>2020-09-21 23:22:13 +0300
commit3526314e0af5331ac25435d93ab225c37c6e62dc (patch)
tree8258c5daec987e02c0a7a8977a88223c9f248c67
parent6930922749bb8f35858d0e93391ee8331926107a (diff)
Add 0.0.0.0 host in Procfile
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 047d0ff..61257a4 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: uvicorn iss:app --port=${PORT}
+web: uvicorn iss:app --host=0.0.0.0 --port=${PORT}