mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update prom/prometheus Docker tag to v2.54.1
This commit is contained in:
parent
8b26b52513
commit
d56bde864d
1 changed files with 1 additions and 1 deletions
2
.github/scripts/docker-compose.yml
vendored
2
.github/scripts/docker-compose.yml
vendored
|
@ -30,7 +30,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
prometheus:
|
prometheus:
|
||||||
profiles: [monitoring]
|
profiles: [monitoring]
|
||||||
image: prom/prometheus:v2.30.3
|
image: prom/prometheus:v2.54.1
|
||||||
container_name: ghost-prometheus
|
container_name: ghost-prometheus
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
|
|
Loading…
Add table
Reference in a new issue