set hard flag on db volumes

This commit is contained in:
2026-08-20 00:12:44 -07:00
parent e2a270e027
commit 192d96c507
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ volumes:
driver: local
driver_opts:
type: nfs
o: "addr=${SEERR_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
o: "addr=${SEERR_NFS_SERVER},rw,hard,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${SEERR_NFS_DEVICE}"
networks: