[firefly] Use hard nfs mount for database
This commit is contained in:
parent
1413b5dd0b
commit
6df01ad10a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue