[fix] 调整默认的redis链接为redis容器

This commit is contained in:
Wizerd
2024-01-10 15:46:06 +08:00
parent 3f89692553
commit be119f3b64
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
"enabled_plugin_output": "false"
},
"redis": {
"host": "localhost",
"host": "redis",
"port": 6379,
"password": "",
"db": 0,