Added shared volume for setup files
This commit is contained in:
@@ -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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||
- /RancherCattle/${DATA_DIR}/Setup:/Setup
|
||||
Reference in New Issue
Block a user