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
Menu usually won't explicitly create the ./volumes -folder, hence Docker
will create it as owned by root. This will later cause problems for
build hooks trying to prepare directories into a now root-owned folder.
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 add command to fix its owner when the menu is
started.
0 commit comments