We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e052b commit f68899aCopy full SHA for f68899a
README.md
@@ -14,9 +14,9 @@ Run the container in the same network as your Prometheus
14
--restart always \
15
--net=monitoring \
16
-p 9243:9243 \
17
- -v /etc/hostname:/etc/nodename:ro
18
- -v /etc/localtime:/etc/localtime:ro
19
- -v /etc/timezone:/etc/TZ:ro
+ -v /etc/hostname:/etc/nodename:ro \
+ -v /etc/localtime:/etc/localtime:ro \
+ -v /etc/timezone:/etc/TZ:ro \
20
carlosedp/arm_exporter
21
22
## Docker Compose File (yml)
0 commit comments