Let's see if specifying base works instead
This commit is contained in:
@@ -68,17 +68,20 @@ volumes:
|
|||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/${DATA_DIR}/Application
|
export: /${DATA_DIR}/Application
|
||||||
|
exportBase: /RancherCattleData
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-UserData:
|
Nextcloud-UserData:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/${DATA_DIR}/UserData
|
export: /${DATA_DIR}/UserData
|
||||||
|
exportBase: /RancherCattleData
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-Database:
|
Nextcloud-Database:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/${DATA_DIR}/Database
|
export: ${DATA_DIR}/Database
|
||||||
|
exportBase: /RancherCattleData
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Reference in New Issue
Block a user