mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
fix: 数据库密码莫名被改,注释掉数据库端口和redis端口
This commit is contained in:
@@ -943,8 +943,6 @@ services:
|
||||
interval: 1s
|
||||
timeout: 3s
|
||||
retries: 60
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
# The mysql database.
|
||||
db_mysql:
|
||||
@@ -993,8 +991,6 @@ services:
|
||||
"CMD-SHELL",
|
||||
"redis-cli -a ${REDIS_PASSWORD:-difyai123456} ping | grep -q PONG",
|
||||
]
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
# The DifySandbox
|
||||
sandbox:
|
||||
|
||||
Reference in New Issue
Block a user