|
|
@ -37,7 +37,6 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-dendrite \
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
--mount type=bind,src={{ matrix_dendrite_config_dir_path }},dst=/data,ro \
|
|
|
|
--mount type=bind,src={{ matrix_dendrite_config_dir_path }},dst=/data,ro \
|
|
|
|
--mount type=bind,src={{ matrix_dendrite_storage_path }},dst=/matrix-media-store-parent,bind-propagation=slave \
|
|
|
|
--mount type=bind,src={{ matrix_dendrite_storage_path }},dst=/matrix-media-store-parent,bind-propagation=slave \
|
|
|
|
--mount type=bind,src={{ matrix_dendrite_log_path }},dst=/var/log/dendrite,bind-propagation=slave \
|
|
|
|
|
|
|
|
{% for volume in matrix_dendrite_container_additional_volumes %}
|
|
|
|
{% for volume in matrix_dendrite_container_additional_volumes %}
|
|
|
|
-v {{ volume.src }}:{{ volume.dst }}:{{ volume.options }} \
|
|
|
|
-v {{ volume.src }}:{{ volume.dst }}:{{ volume.options }} \
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|