summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-06 23:35:12 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-06 23:35:12 +0200
commit46284c2590537160075c1cc86597ab7b54fc3ee0 (patch)
tree4f5aa1b699f230a13533dcf471529b149a0914f1 /Procfile
parentab45ce0f53e2b5cbc97f733cdffc9ca4a7685a51 (diff)
Revert : Not possible to start on port 80
Diffstat (limited to 'Procfile')
-rwxr-xr-xProcfile2
1 files changed, 1 insertions, 1 deletions
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