Skip to content

Commit

Permalink
chore(#80): remove commented latest versions to check if dependabot c…
Browse files Browse the repository at this point in the history
…an work it out
  • Loading branch information
m5r committed Aug 15, 2023
1 parent 9fbade3 commit b0663e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ volumes:

services:
prometheus:
# image: prom/prometheus:${PROMETHEUS_VERSION:-v2.46.0}
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.44.0}
command:
- '--config.file=/etc/prometheus/prometheus.yml'
Expand All @@ -35,7 +34,6 @@ services:
restart: always

grafana:
# image: grafana/grafana-oss:${GRAFANA_VERSION:-10.0.3}
image: grafana/grafana-oss:${GRAFANA_VERSION:-9.5.3}
ports:
- "${GRAFANA_BIND:-127.0.0.1}:${GRAFANA_PORT:-3000}:3000"
Expand Down

0 comments on commit b0663e6

Please sign in to comment.