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:
Conrad Hoffmann 2023-03-14 10:59:05 +01:00
parent e86d8b31e1
commit 049a521cfe
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ services:
ipmi_exporter:
build:
context: .
command: /bin/ipmi_exporter --config.file /config.yml
volumes:
- ./ipmi_remote.yml:/config.yml:ro # replace with your own config
ports: