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/data:/data
|
||||||
- ./volumes/logs:/logs
|
- ./volumes/logs:/logs
|
||||||
command:
|
command:
|
||||||
- --config=/tiflash.toml
|
- server
|
||||||
|
- --config-file=/tiflash.toml
|
||||||
depends_on:
|
depends_on:
|
||||||
- "tikv"
|
- "tikv"
|
||||||
- "tidb"
|
- "tidb"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue