mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #6644 from nextcloud/enh/noid/add-further-hint
mastercontainer: add advice to `/var/www/docker-aio/php/containers.json` mountpoint warning
This commit is contained in:
commit
2b3eec3c10
1 changed files with 2 additions and 0 deletions
|
|
@ -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!"
|
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 "This is a not-supported customization of the mastercontainer!"
|
||||||
echo "Please remove this bind-mount from 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
|
exit 1
|
||||||
elif ! sudo -u www-data test -r /var/run/docker.sock; then
|
elif ! sudo -u www-data test -r /var/run/docker.sock; then
|
||||||
echo "Trying to fix docker.sock permissions internally..."
|
echo "Trying to fix docker.sock permissions internally..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue