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