Skip to content

Commit f68899a

Browse files
geekdavecarlosedp
authored andcommitted
Fix multiline formatting (#2)
1 parent b5e052b commit f68899a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Run the container in the same network as your Prometheus
1414
--restart always \
1515
--net=monitoring \
1616
-p 9243:9243 \
17-
-v /etc/hostname:/etc/nodename:ro
18-
-v /etc/localtime:/etc/localtime:ro
19-
-v /etc/timezone:/etc/TZ:ro
17+
-v /etc/hostname:/etc/nodename:ro \
18+
-v /etc/localtime:/etc/localtime:ro \
19+
-v /etc/timezone:/etc/TZ:ro \
2020
carlosedp/arm_exporter
2121

2222
## Docker Compose File (yml)

0 commit comments

Comments
 (0)