Let's see if specifying base works instead

This commit is contained in:
WilliamMiceli
2018-08-02 18:40:57 -04:00
parent 302e968b57
commit 9a31eb44bd

View File

@@ -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