From: Adam Dullage Date: Sun, 18 Feb 2024 10:33:36 +0000 (+0000) Subject: Removed v3.x breaking changes warning. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a2c6a7ddd64cfe2d7b578a4ccee7c8341db7b48c;p=flatnotes.git Removed v3.x breaking changes warning. --- diff --git a/entrypoint.sh b/entrypoint.sh index 0fe7a8e..0ae6ab5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,11 +2,6 @@ set -e -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." - flatnotes_command="python -m \ uvicorn \ main:app \