Skip to content

Commit 20c4168

Browse files
authored
Merge pull request garymengcom#608 from SemiThin/master
fix: Allow container connections
2 parents 09cb3e3 + c551aad commit 20c4168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/redis/redis-7.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# You will also need to set a password unless you explicitly disable protected
8686
# mode.
8787
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88-
bind 127.0.0.1 -::1
88+
bind 0.0.0.0
8989

9090
# By default, outgoing connections (from replica to master, from Sentinel to
9191
# instances, cluster bus, etc.) are not bound to a specific local address. In

0 commit comments

Comments
 (0)