|
|
@ -21,6 +21,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-prometheus \
|
|
|
|
--log-driver=none \
|
|
|
|
--log-driver=none \
|
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
|
|
|
--cap-drop=ALL \
|
|
|
|
--cap-drop=ALL \
|
|
|
|
|
|
|
|
--read-only \
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
{% if matrix_prometheus_container_http_host_bind_port %}
|
|
|
|
{% if matrix_prometheus_container_http_host_bind_port %}
|
|
|
|
-p {{ matrix_prometheus_container_http_host_bind_port }}:9090 \
|
|
|
|
-p {{ matrix_prometheus_container_http_host_bind_port }}:9090 \
|
|
|
|