Merge pull request #2158 from nextcloud/enh/noid/update-entrypoint

update docker-entrypoint.sh
This commit is contained in:
Simon L 2024-02-05 12:02:58 +01:00 committed by GitHub
commit 2d624a6007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -276,4 +276,10 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
run_path before-starting
fi
echo "⚠️⚠️⚠️"
echo "This image is maintained by community volunteers and designed for expert use."
echo "For quick and easy deployment that supports the full set of Nextcloud Hub features, use the Nextcloud All-in-One docker container maintained by Nextcloud GmbH."
echo "See https://github.com/nextcloud/all-in-one#nextcloud-all-in-one"
echo "⚠️⚠️⚠️ "
exec "$@"