remove prometheus' port
This commit is contained in:
parent
496e1b103c
commit
cce9363964
1 changed files with 0 additions and 3 deletions
|
@ -101,14 +101,11 @@ services:
|
|||
prometheus:
|
||||
build:
|
||||
context: ./custom/prometheus
|
||||
ports:
|
||||
- 9090:9090
|
||||
networks:
|
||||
- metrics
|
||||
extra_hosts:
|
||||
- "docker.host:host-gateway"
|
||||
|
||||
|
||||
node-exporter:
|
||||
image: quay.io/prometheus/node-exporter:latest
|
||||
container_name: node-exporter
|
||||
|
|
Reference in a new issue