From 1aab45337420037702dc7bd608a3fb93a885249d Mon Sep 17 00:00:00 2001 From: wangbo Date: Fri, 10 Apr 2026 15:28:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(redis):=20=E4=BF=AE=E5=A4=8D=20Redis=20?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=8F=AA=E8=AF=BB=E6=A8=A1=E5=BC=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 83a759a..7426a6f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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