port 26379
dir /tmp
sentinel monitor mymaster 172.20.0.3 6379 2
sentinel auth-pass mymaster redis_pwd
sentinel down-after-milliseconds mymaster 30000
sentinel parallel-syncs mymaster 1
sentinel failover-timeout mymaster 180000
sentinel deny-scripts-reconfig yes
想问下 sentinel monitor mymaster 监听master节点的IP和端口是写宿主机的IP和映射端口还是写master节点容器的ip和端口。
如果写成宿主机的IP和端口的话,需要在docker-compose.yml配置network参数吗?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…