We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dbfe1 commit f6e2a9fCopy full SHA for f6e2a9f
1 file changed
src/development/prometheus/compose.yaml
@@ -12,7 +12,7 @@ services:
12
- traefik.http.routers.prometheus-secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
13
- traefik.http.routers.prometheus-secure.tls.options=mintls13@file # dargstack:dev-only
14
- traefik.http.services.prometheus.loadbalancer.server.port=9090
15
- image: prom/prometheus:v3.11.0
+ image: prom/prometheus:v3.11.1
16
volumes:
17
- ./configurations/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
18
- prometheus-data:/prometheus
0 commit comments