mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 03:21:12 +08:00
chore(deps): update pingcap to v8.5.4 (#2658)
This commit is contained in:
parent
93667d6ffc
commit
3dcd1513c1
@ -1,6 +1,6 @@
|
||||
services:
|
||||
pd0:
|
||||
image: pingcap/pd:v8.5.3
|
||||
image: pingcap/pd:v8.5.4
|
||||
# ports:
|
||||
# - "2379"
|
||||
volumes:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- --log-file=/logs/pd.log
|
||||
restart: on-failure
|
||||
tikv:
|
||||
image: pingcap/tikv:v8.5.3
|
||||
image: pingcap/tikv:v8.5.4
|
||||
volumes:
|
||||
- ./volumes/data:/data
|
||||
- ./volumes/logs:/logs
|
||||
@ -34,7 +34,7 @@ services:
|
||||
- "pd0"
|
||||
restart: on-failure
|
||||
tidb:
|
||||
image: pingcap/tidb:v8.5.3
|
||||
image: pingcap/tidb:v8.5.4
|
||||
# ports:
|
||||
# - "4000:4000"
|
||||
volumes:
|
||||
@ -48,7 +48,7 @@ services:
|
||||
- "tikv"
|
||||
restart: on-failure
|
||||
tiflash:
|
||||
image: pingcap/tiflash:v8.5.3
|
||||
image: pingcap/tiflash:v8.5.4
|
||||
volumes:
|
||||
- ./config/tiflash.toml:/tiflash.toml:ro
|
||||
- ./config/tiflash-learner.toml:/tiflash-learner.toml:ro
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user