fix: make tidb service optional with proper profile in docker compose yaml (#11729)
This commit is contained in:
parent
cd4310df25
commit
78c3051585
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue