mirror of https://github.com/langgenius/dify.git
fix(docker): start-up TiFlash (#28376)
This commit is contained in:
parent
6efdc94661
commit
88c9b18cb6
|
|
@ -55,7 +55,8 @@ services:
|
|||
- ./volumes/data:/data
|
||||
- ./volumes/logs:/logs
|
||||
command:
|
||||
- --config=/tiflash.toml
|
||||
- server
|
||||
- --config-file=/tiflash.toml
|
||||
depends_on:
|
||||
- "tikv"
|
||||
- "tidb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue