From 754ab219a86a172d642e23baeb022f69b32829b6 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 10 Jul 2025 15:56:42 +0200 Subject: [PATCH] add advice to `/var/www/docker-aio/php/containers.json` mountpoint warning Signed-off-by: Simon L. --- Containers/mastercontainer/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/mastercontainer/start.sh b/Containers/mastercontainer/start.sh index adb91c39..46a0eef0 100644 --- a/Containers/mastercontainer/start.sh +++ b/Containers/mastercontainer/start.sh @@ -47,6 +47,8 @@ elif mountpoint -q /var/www/docker-aio/php/containers.json; then print_red "/var/www/docker-aio/php/containers.json is a mountpoint. Cannot proceed!" echo "This is a not-supported customization of the mastercontainer!" echo "Please remove this bind-mount from the mastercontainer." + echo "If you need to customize things, feel free to use https://github.com/nextcloud/all-in-one/tree/main/manual-install" + echo "See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml" exit 1 elif ! sudo -u www-data test -r /var/run/docker.sock; then echo "Trying to fix docker.sock permissions internally..."