Mounted volume must have the correct permissions #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://git.autonomic.zone/coop-cloud/hometown/src/commit/d818cf0c4186b0831a02c18da80d2a1b00102c57/compose.yml#L95
chown -R 991:991 /var/lib/docker/...on the system level was required.Issue open for ages on this https://github.com/moby/moby/issues/2259.
Note: you only need to change the perms on the
_datafolder of the_appservice. You can do this after you rundb:setupand before you create a user account.coop-cloud/mastodon#10