Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4aa0c28

Browse files
committed
Bind sentinel to localhost to avoid "DENIED" error
1 parent 95f9041 commit 4aa0c28

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/sentinel/redis-6380/sentinel.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# port <sentinel-port>
44
# The port that this sentinel instance will run on
55
port 26380
6+
bind 127.0.0.1
67

78
# sentinel announce-ip <ip>
89
# sentinel announce-port <port>

src/sentinel/redis-6381/sentinel.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# port <sentinel-port>
44
# The port that this sentinel instance will run on
55
port 26381
6+
bind 127.0.0.1
67

78
# sentinel announce-ip <ip>
89
# sentinel announce-port <port>

src/sentinel/redis-6382/sentinel.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# port <sentinel-port>
44
# The port that this sentinel instance will run on
55
port 26382
6+
bind 127.0.0.1
67

78
# sentinel announce-ip <ip>
89
# sentinel announce-port <port>

0 commit comments

Comments
 (0)