Added breaking changes warnings to entrypoint script.
authorAdam Dullage <redacted>
Wed, 3 May 2023 19:14:43 +0000 (20:14 +0100)
committerAdam Dullage <redacted>
Wed, 3 May 2023 19:14:43 +0000 (20:14 +0100)
entrypoint.sh

index a7159c196291f4b95c74a91bfcd12523d21b154c..84e3b23913b6d94898145a023a1120b22c35c0df 100644 (file)
@@ -21,6 +21,11 @@ adduser \
 echo Setting file permissions...
 chown -R ${PUID}:${PGID} ${FLATNOTES_PATH}
 
+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."
+
 echo Starting flatnotes...
 cd ${APP_PATH}
 exec gosu ${PUID}:${GUID} \
git clone https://git.99rst.org/PROJECT