chore(deps): update pingcap to v8.5.3 (#2440)
This commit is contained in:
parent
1a8939c06a
commit
d2f513b1e1
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
pd0:
|
pd0:
|
||||||
image: pingcap/pd:v8.5.1
|
image: pingcap/pd:v8.5.3
|
||||||
# ports:
|
# ports:
|
||||||
# - "2379"
|
# - "2379"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- "pd0"
|
- "pd0"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
tidb:
|
tidb:
|
||||||
image: pingcap/tidb:v8.5.1
|
image: pingcap/tidb:v8.5.3
|
||||||
# ports:
|
# ports:
|
||||||
# - "4000:4000"
|
# - "4000:4000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -48,7 +48,7 @@ services:
|
||||||
- "tikv"
|
- "tikv"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
tiflash:
|
tiflash:
|
||||||
image: pingcap/tiflash:v8.5.1
|
image: pingcap/tiflash:v8.5.3
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/tiflash.toml:/tiflash.toml:ro
|
- ./config/tiflash.toml:/tiflash.toml:ro
|
||||||
- ./config/tiflash-learner.toml:/tiflash-learner.toml:ro
|
- ./config/tiflash-learner.toml:/tiflash-learner.toml:ro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue