Skip to content
Snippets Groups Projects
Commit e4a36d09 authored by ale's avatar ale
Browse files

Fix exporter command

parent 33d95632
Branches
No related tags found
No related merge requests found
exporter.service: {
command: "sh -c 'exec /usr/sbin/elasticsearch_exporter -es.indices -es.uri http://127.0.0.1:${PORT} -web.listen-address :${EXPORTER_PORT}'",
command: "/bin/sh -c 'exec /usr/sbin/elasticsearch_exporter -es.indices -es.uri http://127.0.0.1:${PORT} -web.listen-address :${EXPORTER_PORT}'",
restart: true,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment