diff --git a/Procfile b/Procfile index c63e4dc..c03e633 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 \ No newline at end of file +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 --name httpbin \ No newline at end of file