Skip to content

Commit e6fc71f

Browse files
committed
bugfix: fix redis conf binding error
1 parent cae8e82 commit e6fc71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Bind to local interfaces so services in Docker network
33
# 和宿主机本地开发进程(uvicorn/celery)都能访问
44
#bind 127.0.0.1
5-
bind 0.0.0.0
5+
bind 127.0.0.1
66

77

88
# Disable protected mode because access is restricted by Docker network

0 commit comments

Comments
 (0)