mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-23 12:16:01 +02:00
Updated FAQ and Tips (markdown)
parent
b83f624ecb
commit
c3b89afbeb
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ None. No *sql database required.
|
|||
This image is based on config files that can be versioned.
|
||||
You'll probably want to `push` your config updates to your server and restart the container to apply changes.
|
||||
|
||||
### How can I sync container with host date/time?
|
||||
|
||||
Share the host `/etc/localtime` using:
|
||||
|
||||
```
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
```
|
||||
|
||||
### What is the file format?
|
||||
|
||||
All files are using the Unix format with `LF` line endings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue