chore(docker): all-in-one redis no longer listens on TCP

This commit is contained in:
xboard
2026-04-20 01:14:52 +08:00
parent 9e2a66f1d5
commit 26210ed8d4
+1 -2
View File
@@ -47,8 +47,7 @@ command=redis-server --dir /data
--save 900 1
--save 300 10
--save 60 10000
--bind 127.0.0.1
--port 6379
--port 0
--unixsocket /data/redis.sock
--unixsocketperm 777
autostart=%(ENV_ENABLE_REDIS)s