Maybe one day Rancher NFS will work properly

This commit is contained in:
WilliamMiceli
2018-08-02 19:07:25 -04:00
parent 48cbf3170e
commit 0415e1edc0
2 changed files with 7 additions and 13 deletions

View File

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