1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Enable AOF

This commit is contained in:
Maksym Pavlenko
2019-04-02 21:06:16 -07:00
parent 8c2a2f84b5
commit 4ba44ca1b3

View File

@ -32,7 +32,7 @@ services:
redis:
image: redis:5.0.3
container_name: redis
command: redis-server --appendonly no --save 900 1 --save 300 10 --save 60 10000
command: redis-server --appendonly yes --save 900 1 --save 300 10 --save 60 10000
restart: always
volumes:
- /data/redis:/data