diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-21 23:22:13 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-21 23:22:13 +0300 |
| commit | 3526314e0af5331ac25435d93ab225c37c6e62dc (patch) | |
| tree | 8258c5daec987e02c0a7a8977a88223c9f248c67 | |
| parent | 6930922749bb8f35858d0e93391ee8331926107a (diff) | |
Add 0.0.0.0 host in Procfile
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: uvicorn iss:app --port=${PORT} +web: uvicorn iss:app --host=0.0.0.0 --port=${PORT} |
