mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-04 21:52:26 +00:00
Actually use config file in docker-compose example
This used to be specified in the container itself, but doesn't really make sense there.
This commit is contained in:
parent
e86d8b31e1
commit
049a521cfe
@ -3,6 +3,7 @@ services:
|
|||||||
ipmi_exporter:
|
ipmi_exporter:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
command: /bin/ipmi_exporter --config.file /config.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ./ipmi_remote.yml:/config.yml:ro # replace with your own config
|
- ./ipmi_remote.yml:/config.yml:ro # replace with your own config
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user