Skip to content

Commit 4413f6b

Browse files
committed
docker: add DKIM/ACME mount examples for bare-metal migration
1 parent 37ba5d1 commit 4413f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/docker-compose.override.yaml.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ services:
1515
# - ./data/chatmail-dkimkeys:/etc/dkimkeys
1616
# - ./data/chatmail-acme:/var/lib/acme
1717

18-
## Or mount mail storage from an existing bare-metal install:
18+
## Or mount data from an existing bare-metal install:
1919
# - /home/vmail:/home/vmail
20+
# - /etc/dkimkeys:/etc/dkimkeys
21+
# - /var/lib/acme:/var/lib/acme
2022

2123
## Mount your own chatmail.ini (skips auto-generation):
2224
# - ./chatmail.ini:/etc/chatmail/chatmail.ini

0 commit comments

Comments
 (0)