[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:
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=${NFS_SERVER},nfsvers=4.1,soft,noatime
|
||||
o: addr=${NFS_SERVER},nfsvers=4.1,hard,noatime
|
||||
device: ${NFS_PATH_DB}
|
||||
importer-configurations:
|
||||
driver_opts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue