Added shared volume for setup files

This commit is contained in:
WilliamMiceli
2019-01-16 16:28:31 -05:00
parent 0c2618b0c2
commit ada430be52

View File

@@ -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:
@@ -71,3 +72,4 @@ services:
- /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
- /RancherCattle/${DATA_DIR}/Setup:/Setup