Skip to content

Commit

Permalink
docker: Update arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Sep 17, 2024
1 parent 6fd8593 commit f4a40a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN set -ex; \
rm -rf /dist

ENTRYPOINT ["/usr/local/bin/routeros_log_exporter"]
CMD ["--config /etc/routeros_log_exporter/config.yaml"]
CMD ["--config", "/etc/routeros_log_exporter/config.yaml", "-vv"]

0 comments on commit f4a40a7

Please sign in to comment.