Skip to content

Commit

Permalink
deps(docker-compose): update prom/prometheus docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 65735ba commit 4b48745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
container_name: suivi-bourse-prom
image: prom/prometheus:v2.55.1
image: prom/prometheus:v3.0.1
ports:
- 9090:9090
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
container_name: suivi-bourse-prom
image: prom/prometheus:v2.55.1
image: prom/prometheus:v3.0.1
restart: unless-stopped
volumes:
- sb_prometheus_data:/prometheus
Expand Down

0 comments on commit 4b48745

Please sign in to comment.