Trying with host option specified

This commit is contained in:
WilliamMiceli
2018-08-02 18:04:54 -04:00
parent 25ed4c6a48
commit f90d194a72

View File

@@ -67,15 +67,18 @@ volumes:
Nextcloud-Application:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/
onRemove: retain
Nextcloud-UserData:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/
onRemove: retain
Nextcloud-Database:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/
onRemove: retain