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