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
@@ -30,7 +30,7 @@ volumes:
driver: local
driver_opts:
type: nfs
o: "addr=${SEERR_NFS_SERVER},rw,hard,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
o: "addr=${SEERR_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${SEERR_NFS_DEVICE}"
networks: