From c12a478da1ea9bcf2ecb0260352ee1aeed1ad219 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sat, 17 Dec 2016 16:29:44 +0100 Subject: [PATCH] Updated FAQ and Tips (markdown) --- docs/content/config/troubleshooting/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index c1abcc67..c85f5e10 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -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.