Skip to content

Commit

Permalink
Update prom/prometheus Docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0eb2596 commit d953b91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ volumes:

services:
prometheus-1:
image: prom/prometheus:v2.53.1
image: prom/prometheus:v3.0.0
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus1_data:/prometheus
Expand All @@ -33,7 +33,7 @@ services:
restart: always

prometheus-2:
image: prom/prometheus:v2.53.1
image: prom/prometheus:v3.0.0
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus2_data:/prometheus
Expand All @@ -55,7 +55,7 @@ services:
restart: always

prometheus-3:
image: prom/prometheus:v2.53.1
image: prom/prometheus:v3.0.0
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus3_data:/prometheus
Expand All @@ -77,7 +77,7 @@ services:
restart: always

prometheus-4:
image: prom/prometheus:v2.53.1
image: prom/prometheus:v3.0.0
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus4_data:/prometheus
Expand Down

0 comments on commit d953b91

Please sign in to comment.