From 0e68d969c1bfa1e55614b826720d7fe77598a2e5 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 18 Nov 2020 00:19:19 +0100 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7eac18f..e4c137e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: daphne -b 0.0.0.0 -p 80 mi_web.asgi:application +web: daphne --port $PORT --bind 0.0.0.0 -v2 mi_web.asgi:application