fix: rdb files can not be saved because of permission issues bug: redis can not save RDB files #318 (#472)

* 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
This commit is contained in:
Meier Lukas
2024-05-12 16:28:44 +02:00
committed by GitHub
parent db01301845
commit fd44ee48f4
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
# 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