fix(redis): 修复 Redis 容器只读模式配置问题
This commit is contained in:
parent
2f0ae76273
commit
1aab453374
@ -200,7 +200,7 @@ services:
|
||||
command: [ "redis-server", "/etc/redis/redis.conf" ] # 让 Redis 读取配置文件
|
||||
# ports:
|
||||
# - ${REDIS_PORT+${REDIS_PORT}:6379}
|
||||
read_only: true
|
||||
# read_only: true
|
||||
networks:
|
||||
easyai:
|
||||
ipv4_address: 172.21.0.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user