Removed v3.x breaking changes warning.
authorAdam Dullage <redacted>
Sun, 18 Feb 2024 10:33:36 +0000 (10:33 +0000)
committerAdam Dullage <redacted>
Sun, 18 Feb 2024 10:33:36 +0000 (10:33 +0000)
entrypoint.sh

index 0fe7a8e189dc9cbe7e6d71ee2ee395f8aa5ecbf4..0ae6ab56a60ec5c01377f7212b6f9e85fd596042 100644 (file)
@@ -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 \
git clone https://git.99rst.org/PROJECT