Skip to content

Commit

Permalink
fix prometheus version
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
  • Loading branch information
Nexucis committed Apr 22, 2024
1 parent 032d4db commit af1c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- "traefik.http.routers.demo.rule=Host(`demo.perses.dev`)"
- "traefik.http.routers.demo.tls.certresolver=myresolver"
prometheus:
image: "docker.io/prom/prometheus:v2.51"
image: "docker.io/prom/prometheus:v2.51.2"
ports:
- "9090:9090"
volumes:
Expand Down

0 comments on commit af1c43e

Please sign in to comment.