mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-03 22:17:36 +01:00
update docker-entrypoint.sh
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5aa43c00c8
commit
e869267b20
1 changed files with 6 additions and 0 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue