From: Med Date: Sat, 9 Sep 2023 15:50:10 +0000 (-0400) Subject: Update entrypoint.sh X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7a225f2886e93e5877798719e624d6e24b1761e7;p=flatnotes.git Update entrypoint.sh Comparability issue. --- diff --git a/entrypoint.sh b/entrypoint.sh index a395419..7ec558b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,7 +33,7 @@ if [ `id -u` -eq 0 ] && [ `id -g` -eq 0 ]; then main:app \ --app-dir flatnotes \ --host 0.0.0.0 \ - --port ${PORT} \ + --port 8080 \ --proxy-headers \ --forwarded-allow-ips "*" else @@ -43,7 +43,7 @@ else main:app \ --app-dir flatnotes \ --host 0.0.0.0 \ - --port ${PORT} \ + --port 8080 \ --proxy-headers \ --forwarded-allow-ips "*" fi