Skip to content

Commit 2d624a6

Browse files
authored
Merge pull request #2158 from nextcloud/enh/noid/update-entrypoint
update docker-entrypoint.sh
2 parents 5aa43c0 + e869267 commit 2d624a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,10 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
276276
run_path before-starting
277277
fi
278278

279+
echo "⚠️⚠️⚠️"
280+
echo "This image is maintained by community volunteers and designed for expert use."
281+
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."
282+
echo "See https://github.com/nextcloud/all-in-one#nextcloud-all-in-one"
283+
echo "⚠️⚠️⚠️ "
284+
279285
exec "$@"

0 commit comments

Comments
 (0)