From 46284c2590537160075c1cc86597ab7b54fc3ee0 Mon Sep 17 00:00:00 2001 From: luccioman Date: Wed, 6 Jul 2016 23:35:12 +0200 Subject: [PATCH] Revert : Not possible to start on port 80 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8380b594b..65a9880e6 100755 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java $JAVA_OPTS -Dhttp.port=80 -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file +web: java $JAVA_OPTS -Dhttp.port=$PORT -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file