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