From e869267b20d9693e655e0eba2485d4dcbdeeaab7 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 5 Feb 2024 11:52:18 +0100 Subject: [PATCH] update docker-entrypoint.sh Signed-off-by: Simon L --- docker-entrypoint.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 5b627f07..53f96466 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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 "$@"