fix(docker): start-up TiFlash (#28376)

This commit is contained in:
Lloyd-Pottiger
2025-11-19 13:59:56 +08:00
committed by GitHub
parent 6efdc94661
commit 88c9b18cb6

View File

@@ -55,7 +55,8 @@ services:
- ./volumes/data:/data
- ./volumes/logs:/logs
command:
- --config=/tiflash.toml
- server
- --config-file=/tiflash.toml
depends_on:
- "tikv"
- "tidb"