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 when added, 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.
0 commit comments