Skip to content

Commit

Permalink
v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 24, 2024
1 parent d37f5dc commit e3719f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/tidb/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
pd0:
image: pingcap/pd:v8.4.0
image: pingcap/pd:v8.5.0
ports:
- "2379"
volumes:
Expand All @@ -21,7 +21,7 @@ services:
- --log-file=/logs/pd.log
restart: on-failure
tikv:
image: pingcap/tikv:v8.4.0
image: pingcap/tikv:v8.5.0
volumes:
- ./data:/data
- ./logs:/logs
Expand All @@ -36,7 +36,7 @@ services:
- "pd0"
restart: on-failure
tidb:
image: pingcap/tidb:v8.4.0
image: pingcap/tidb:v8.5.0
ports:
- "4000:4000"
- "10080:10080"
Expand All @@ -52,7 +52,7 @@ services:
- "tikv"
restart: on-failure
tiflash:
image: pingcap/tiflash:v8.4.0
image: pingcap/tiflash:v8.5.0
volumes:
- ./config/tiflash-nightly.toml:/tiflash.toml:ro
- ./config/tiflash-learner-nightly.toml:/tiflash-learner.toml:ro
Expand Down

0 comments on commit e3719f4

Please sign in to comment.