All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 5m52s
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
port 26379
|
|
dir /tmp
|
|
sentinel monitor ppanel-redis-master MASTER_REDIS_HOST MASTER_REDIS_PORT 2
|
|
sentinel auth-pass ppanel-redis-master CHANGE_ME_TO_STRONG_REDIS_PASSWORD
|
|
sentinel down-after-milliseconds ppanel-redis-master 10000
|
|
sentinel failover-timeout ppanel-redis-master 60000
|
|
sentinel parallel-syncs ppanel-redis-master 1
|