From 556325c20293105b1fc583f7b0a0278cf465177a Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 5 Dec 2018 22:43:14 -0500 Subject: [PATCH] Also sync time with host --- templates/Guacamole/0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Guacamole/0/docker-compose.yml b/templates/Guacamole/0/docker-compose.yml index c165832..035c8e1 100644 --- a/templates/Guacamole/0/docker-compose.yml +++ b/templates/Guacamole/0/docker-compose.yml @@ -67,6 +67,7 @@ services: - guacamole restart: on-failure volumes: + - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql # MySQL Database to be persistent