removed hard flag from all db volumes
This commit is contained in:
@@ -26,5 +26,5 @@ volumes:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: "addr=${TRILIUM_NFS_SERVER},rw,hard,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
|
||||
o: "addr=${TRILIUM_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
|
||||
device: "${TRILIUM_NFS_DEVICE}"
|
||||
Reference in New Issue
Block a user