From 3526314e0af5331ac25435d93ab225c37c6e62dc Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 21 Sep 2020 23:22:13 +0300 Subject: Add 0.0.0.0 host in Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') 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} -- cgit v1.3.1