Trying with host option specified
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user