From 338df8554925c5847a3b9463eb2d7e1a827476aa Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 5 Nov 2014 22:15:05 -0600 Subject: [PATCH] Bind to 0.0.0.0 in Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 46ffb49..1f3a4d1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: pgweb --url=$DATABASE_URL --listen=$PORT --bind= --auth-user=$AUTH_USER --auth-pass=$AUTH_PASS +web: pgweb --url=$DATABASE_URL --listen=$PORT --bind=0.0.0.0 --auth-user=$AUTH_USER --auth-pass=$AUTH_PASS