mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -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
|
||||
prometheus:
|
||||
profiles: [monitoring]
|
||||
image: prom/prometheus:v2.30.3
|
||||
image: prom/prometheus:v2.54.1
|
||||
container_name: ghost-prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
|
|
Loading…
Reference in a new issue