fix versions
Some checks failed
renovate / renovate (push) Failing after 11s

This commit is contained in:
2025-12-29 15:15:49 +01:00
parent 8b9b0e9853
commit bd788d4fca
10 changed files with 12 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: prometheus
image: prom/prometheus:3.8.1
image: prom/prometheus:v3.8.1
ports:
- 9090:9090
networks:
@@ -17,4 +17,3 @@ services:
- "traefik.http.routers.prometheus.rule=Host(`prometheus.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.prometheus.entrypoints=https"
- "traefik.http.routers.prometheus.tls=true"