9
0
Fork 0

Fix Docker image addresses

This commit is contained in:
Lauri Võsandi 2021-06-14 08:27:22 +00:00
parent b01b3a9e16
commit 6e514224cb
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
app: app:
restart: always restart: always
image: quay.io/prometheus/node-exporter:latest image: prom/node-exporter:latest
command: command:
- --path.rootfs=/host - --path.rootfs=/host
- --collector.textfile.directory=/host/run/node-exporter - --collector.textfile.directory=/host/run/node-exporter
@ -14,7 +14,7 @@ services:
- '/:/host:ro,rslave' - '/:/host:ro,rslave'
collectors: collectors:
image: kspaceee/prometheus-textfile-collectors image: kspaceee/prometheus-textfile-collectors:latest
restart: always restart: always
network_mode: none network_mode: none
privileged: true privileged: true