git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
39c740e
)
Update entrypoint.sh
author
Med
<redacted>
Sat, 9 Sep 2023 15:50:10 +0000
(11:50 -0400)
committer
GitHub
<redacted>
Sat, 9 Sep 2023 15:50:10 +0000
(11:50 -0400)
Comparability issue.
entrypoint.sh
patch
|
blob
|
history
diff --git
a/entrypoint.sh
b/entrypoint.sh
index a3954191b033bfb6b8c802f88dc4aff72b41c2fb..7ec558b7df9dca33a08828afe2f393410092c3cf 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT