Update entrypoint.sh
authorMed <redacted>
Sat, 9 Sep 2023 15:50:10 +0000 (11:50 -0400)
committerGitHub <redacted>
Sat, 9 Sep 2023 15:50:10 +0000 (11:50 -0400)
Comparability issue.

entrypoint.sh

index a3954191b033bfb6b8c802f88dc4aff72b41c2fb..7ec558b7df9dca33a08828afe2f393410092c3cf 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT