mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 00:54:54 +02:00
Updated FAQ (markdown)
parent
d72af92c5a
commit
9cd4d9e23f
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -5,7 +5,7 @@ You'll probably want to `push` your config updates to your server and restart th
|
||||||
|
|
||||||
### Where are emails stored?
|
### Where are emails stored?
|
||||||
Mails are stored in `/var/mail/${domain}/${username}`.
|
Mails are stored in `/var/mail/${domain}/${username}`.
|
||||||
You should use a [data volume container](https://medium.com/@ramangupta/why-docker-data-containers-are-good-589b3c6c749e#.uxyrp7xpu) for `/var/mail` for data persistence. Otherwise, your data may be lost.
|
You should use a [data volume container](https://medium.com/@ramangupta/why-docker-data-containers-are-good-589b3c6c749e#.uxyrp7xpu) for `/var/mail` to persist data. Otherwise, your data may be lost.
|
||||||
|
|
||||||
### How can I use data volume container as proposed above?
|
### How can I use data volume container as proposed above?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue