Changed data directory to be just "/Rancher"
This commit is contained in:
@@ -40,7 +40,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}/Data:/data
|
||||
- /Rancher/${DATA_DIR}/Data:/data
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
dns:
|
||||
@@ -59,4 +59,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
|
||||
Reference in New Issue
Block a user