From: Med Date: Sat, 9 Sep 2023 15:51:03 +0000 (-0400) Subject: Update entrypoint.sh X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cf83d0114961d73845d091be9d18dc6858c58b4a;p=flatnotes.git Update entrypoint.sh Re-instoring breaking change warning. --- diff --git a/entrypoint.sh b/entrypoint.sh index 7ec558b..4fd2822 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/bash echo "WARNING: Breaking changes introduced in version 3.x:" +echo " - The port flatnotes uses inside the Docker container has been changed to 8080 (previously 80)." +echo " - To accompany the above change, support for the PORT environment variable has been removed." echo " - The note directory inside the Docker container has moved from /app/data to simply /data." if [ `id -u` -eq 0 ] && [ `id -g` -eq 0 ]; then