Fix docker-compose command
The given arguments get appended to the containers entrypoint.
This commit is contained in:
parent
049a521cfe
commit
77dcb3fcae
|
@ -3,7 +3,7 @@ services:
|
||||||
ipmi_exporter:
|
ipmi_exporter:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
command: /bin/ipmi_exporter --config.file /config.yml
|
command: --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