fix: make tidb service optional with proper profile in docker compose yaml (#11729)

This commit is contained in:
Bowen Liang
2024-12-17 14:25:15 +08:00
committed by GitHub
parent cd4310df25
commit 78c3051585
2 changed files with 4 additions and 3 deletions

View File

@@ -498,8 +498,8 @@ services:
# For production use, please refer to https://github.com/pingcap/tidb-docker-compose
tidb:
image: pingcap/tidb:v8.4.0
ports:
- "4000:4000"
profiles:
- tidb
command:
- --store=unistore
restart: always