Trying with host option specified
This commit is contained in:
@@ -67,15 +67,18 @@ volumes:
|
|||||||
Nextcloud-Application:
|
Nextcloud-Application:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/
|
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-UserData:
|
Nextcloud-UserData:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/
|
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-Database:
|
Nextcloud-Database:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/
|
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Reference in New Issue
Block a user