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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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"