Skip to content

Commit

Permalink
Fix docker-compose command
Browse files Browse the repository at this point in the history
The given arguments get appended to the containers entrypoint.
  • Loading branch information
bitfehler committed Mar 14, 2023
1 parent 049a521 commit 77dcb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
ipmi_exporter:
build:
context: .
command: /bin/ipmi_exporter --config.file /config.yml
command: --config.file /config.yml
volumes:
- ./ipmi_remote.yml:/config.yml:ro # replace with your own config
ports:
Expand Down

0 comments on commit 77dcb3f

Please sign in to comment.