mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
* fix: rdb files can not be saved because of permission issues bug: redis can not save RDB files #318 * refactor: move db and redis dumps to /appdata directory
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
# Directory to store dump.rdb
|
|
dir /appdata/redis
|
|
|
|
# Save the data to disk every 60 seconds if at least 1 key changed
|
|
save 60 1 |