We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ba5d1 commit 4413f6bCopy full SHA for 4413f6b
docker/docker-compose.override.yaml.example
@@ -15,8 +15,10 @@ services:
15
# - ./data/chatmail-dkimkeys:/etc/dkimkeys
16
# - ./data/chatmail-acme:/var/lib/acme
17
18
- ## Or mount mail storage from an existing bare-metal install:
+ ## Or mount data from an existing bare-metal install:
19
# - /home/vmail:/home/vmail
20
+ # - /etc/dkimkeys:/etc/dkimkeys
21
+ # - /var/lib/acme:/var/lib/acme
22
23
## Mount your own chatmail.ini (skips auto-generation):
24
# - ./chatmail.ini:/etc/chatmail/chatmail.ini
0 commit comments