[fix] prom
This commit is contained in:
parent
b4613e4e64
commit
aaf78c1b18
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -12,5 +12,5 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'prometheus:9090'
|
- 'prometheus:9090'
|
||||||
- 'idonotexists:564'
|
- 'idonotexists:564'
|
||||||
- 'caddy-saffron:2015'
|
- 'caddy:2015'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue