diff --git a/templates/Guacamole/0/docker-compose.yml b/templates/Guacamole/0/docker-compose.yml index a1bb51b..b6ea2ed 100644 --- a/templates/Guacamole/0/docker-compose.yml +++ b/templates/Guacamole/0/docker-compose.yml @@ -35,6 +35,7 @@ services: 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 + - /RancherCattle/${DATA_DIR}/Setup:/Setup guacd: image: guacamole/guacd:latest dns: @@ -70,4 +71,5 @@ services: 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 - - /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data \ No newline at end of file + - /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data + - /RancherCattle/${DATA_DIR}/Setup:/Setup \ No newline at end of file