From 54e5ed90d59a908f696e0c79f01f48a98f52cbbf Mon Sep 17 00:00:00 2001 From: Jean-Denis Vauguet Date: Sun, 31 May 2020 05:42:37 +0200 Subject: [PATCH] Updated FAQ and Tips (markdown) --- docs/content/config/troubleshooting/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 87e8c3d8..c23b2060 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -16,13 +16,13 @@ In order to do so, you'll probably want to push your config updates to your serv See [supervisorctl's documentation](http://supervisord.org/running.html#running-supervisorctl). -### How can I sync container with host date/time? +### How can I sync container with host date/time? Timezone? -Share the host's [`/etc/localtime`](https://www.freedesktop.org/software/systemd/man/localtime.html) descriptor with the mail-server container, using a volume: +Share the host's [`/etc/localtime`](https://www.freedesktop.org/software/systemd/man/localtime.html) with the docker-mailserver container, using a Docker volume: ``` - volumes: - - /etc/localtime:/etc/localtime:ro +volumes: + - /etc/localtime:/etc/localtime:ro ``` ### What is the file format?