removed hard flag from all db volumes

This commit is contained in:
2026-08-20 00:27:00 -07:00
parent 192d96c507
commit aafcc6b4f0
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ volumes:
driver: local
driver_opts:
type: nfs
o: "addr=${BABYBUDDY_NFS_SERVER},rw,hard,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
o: "addr=${BABYBUDDY_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${BABYBUDDY_NFS_DEVICE}"