exclude node exporter

This commit is contained in:
wangchuxiao 2023-04-11 17:13:15 +08:00
parent a882e12092
commit dec9761a17

View File

@ -171,9 +171,9 @@ services:
- prometheus - prometheus
network_mode: "host" network_mode: "host"
node-exporter: # node-exporter:
image: quay.io/prometheus/node-exporter # image: quay.io/prometheus/node-exporter
container_name: node-exporter # container_name: node-exporter
restart: always # restart: always
ports: # ports:
- "9100:9100" # - "9100:9100"