You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most services won't explicitly create ./volumes-folder, hence Docker
will create volumes as owned by root. This will later cause problems for
build hooks trying to prepare directories.
E.g. adding nextcloud later will fail with:
Error running PreBuildHook on 'nextcloud'
[Errno 13] Permission denied: './volumes/nextcloud'
Creating volumes as part of the initial git-clone will ensure it's owned
by the correct user.
For existing users, also fix it's owner when the menu is started.
0 commit comments