[fix] prom

This commit is contained in:
Andy Bunce 2022-04-02 21:54:05 +01:00
parent b4613e4e64
commit aaf78c1b18
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ version: '3'
services: services:
prometheus: prometheus:
container_name: prometheus
image: prom/prometheus:v2.34.0 image: prom/prometheus:v2.34.0
ports: ports:
- 9000:9090 - 9000:9090

View File

@ -12,5 +12,5 @@ scrape_configs:
- targets: - targets:
- 'prometheus:9090' - 'prometheus:9090'
- 'idonotexists:564' - 'idonotexists:564'
- 'caddy-saffron:2015' - 'caddy:2015'