Changed data directory to be just "/Rancher"

This commit is contained in:
William Miceli
2019-05-10 22:26:51 -04:00
parent ea02dfb0e7
commit c46b373762
16 changed files with 41 additions and 41 deletions

View File

@@ -36,7 +36,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}/XWiki:/usr/local/xwiki
- /Rancher/${DATA_DIR}/XWiki:/usr/local/xwiki
postgresql:
image: postgres:alpine
dns:
@@ -61,4 +61,4 @@ 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
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/data