Fix syntax errors in some --mount arguments
Regression since ce2f541deb
This commit is contained in:
parent
a9a1448f62
commit
21d412f90b
@ -20,7 +20,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name
|
|||||||
--network={{ matrix_docker_network }} \
|
--network={{ matrix_docker_network }} \
|
||||||
-e PUID={{ matrix_user_uid }} \
|
-e PUID={{ matrix_user_uid }} \
|
||||||
-e PGID={{ matrix_user_gid }} \
|
-e PGID={{ matrix_user_gid }} \
|
||||||
--mount type=bind,{{ matrix_dynamic_dns_config_path }},dst=/config \
|
--mount type=bind,src={{ matrix_dynamic_dns_config_path }},dst=/config \
|
||||||
{% for arg in matrix_dynamic_dns_container_extra_arguments %}
|
{% for arg in matrix_dynamic_dns_container_extra_arguments %}
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -29,7 +29,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name
|
|||||||
{% if matrix_prometheus_nginxlog_exporter_container_syslog_host_bind_port %}
|
{% if matrix_prometheus_nginxlog_exporter_container_syslog_host_bind_port %}
|
||||||
-p {{ matrix_prometheus_nginxlog_exporter_container_syslog_host_bind_port }}:{{ matrix_prometheus_nginxlog_exporter_container_syslog_port }}/udp \
|
-p {{ matrix_prometheus_nginxlog_exporter_container_syslog_host_bind_port }}:{{ matrix_prometheus_nginxlog_exporter_container_syslog_port }}/udp \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--mount type=bind,{{ matrix_prometheus_nginxlog_exporter_config_path }},dst=/etc/prometheus-nginxlog-exporter \
|
--mount type=bind,src={{ matrix_prometheus_nginxlog_exporter_config_path }},dst=/etc/prometheus-nginxlog-exporter \
|
||||||
{% for arg in matrix_prometheus_nginxlog_exporter_container_extra_arguments %}
|
{% for arg in matrix_prometheus_nginxlog_exporter_container_extra_arguments %}
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user