From 7c8e7b6a7098311e4aec68125876cc9fd80c0e23 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Thu, 28 Jul 2016 00:55:08 +0200 Subject: [PATCH] Mount localtime from host. #104 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9218800b1..00b2b37b7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To run the container use this command: ``` $ docker run --privileged -d \ -v /your/storage/path/:/data \ + -v /etc/localtime:/etc/localtime:ro \ -e "OPENVPN_PROVIDER=PIA" \ -e "OPENVPN_CONFIG=Netherlands" \ -e "OPENVPN_USERNAME=user" \