mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 03:24:48 +00:00
docker: fix DKIM key permission denied on bind-mounted volumes
chown the entire /etc/acmekeys directory
This commit is contained in:
@@ -15,7 +15,9 @@ services:
|
||||
# - ./data/chatmail-dkimkeys:/etc/dkimkeys
|
||||
# - ./data/chatmail-acme:/var/lib/acme
|
||||
|
||||
## Or mount data from an existing bare-metal install:
|
||||
## Or mount data from an existing bare-metal install.
|
||||
## Note: DKIM key ownership is fixed automatically on startup
|
||||
## (the host's opendkim UID may differ from the container's).
|
||||
# - /home/vmail:/home/vmail
|
||||
# - /etc/dkimkeys:/etc/dkimkeys
|
||||
# - /var/lib/acme:/var/lib/acme
|
||||
|
||||
Reference in New Issue
Block a user