Bind to 0.0.0.0 in Procfile

This commit is contained in:
Dan Sosedoff
2014-11-05 22:15:05 -06:00
parent 95b17c44ec
commit 338df85549

View File

@@ -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