summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2024-02-05 12:02:58 +0100
committerGitHub <noreply@github.com>2024-02-05 12:02:58 +0100
commit2d624a6007fa185dcc85e761317be6e1b1b2acce (patch)
tree98441f0da798b64606d2f0406e2afabd553a41a2
parent5aa43c00c808791cdd1504998e8cc88365140a60 (diff)
parente869267b20d9693e655e0eba2485d4dcbdeeaab7 (diff)
Merge pull request #2158 from nextcloud/enh/noid/update-entrypoint
update docker-entrypoint.sh
-rwxr-xr-xdocker-entrypoint.sh6
1 files changed, 6 insertions, 0 deletions
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 "$@"