[firefly] Use hard nfs mount for database

This commit is contained in:
JuliusFreudenberger 2026-05-17 14:01:02 +02:00
parent 1413b5dd0b
commit 6df01ad10a

View file

@ -57,7 +57,7 @@ volumes:
firefly_iii_db: firefly_iii_db:
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=${NFS_SERVER},nfsvers=4.1,soft,noatime o: addr=${NFS_SERVER},nfsvers=4.1,hard,noatime
device: ${NFS_PATH_DB} device: ${NFS_PATH_DB}
importer-configurations: importer-configurations:
driver_opts: driver_opts: