Update entrypoint.sh
authorMed <redacted>
Sat, 9 Sep 2023 15:51:03 +0000 (11:51 -0400)
committerGitHub <redacted>
Sat, 9 Sep 2023 15:51:03 +0000 (11:51 -0400)
Re-instoring breaking change warning.

entrypoint.sh

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