Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
menu: create volumes with current user
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 folder.
- Loading branch information