2019-10-11 19:38:21 +00:00
|
|
|
version: '3.7'
|
|
|
|
services:
|
|
|
|
ipmi_exporter:
|
|
|
|
build:
|
|
|
|
context: .
|
2023-03-14 10:37:13 +00:00
|
|
|
command: --config.file /config.yml
|
2019-10-11 19:38:21 +00:00
|
|
|
volumes:
|
|
|
|
- ./ipmi_remote.yml:/config.yml:ro # replace with your own config
|
|
|
|
ports:
|
|
|
|
- 9290:9290 # bind on 0.0.0.0
|
|
|
|
# - 127.0.0.1:9290:9290 # or bind to specific interface
|
|
|
|
hostname: ipmi_exporter_docker
|