Use host Redis (127.0.0.1:6379) with password, switch to host network mode
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,9 +10,6 @@ SERVER_PORT=5000
|
||||
# 服务器主机(默认0.0.0.0,接受所有连接)
|
||||
SERVER_HOST=0.0.0.0
|
||||
|
||||
# Redis缓存地址(Docker内部自动连接,无需修改)
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
|
||||
# 时区设置
|
||||
TZ=Asia/Shanghai
|
||||
|
||||
|
||||
Reference in New Issue
Block a user