|
|
@@ -33,8 +33,10 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-nginx-proxy \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_base_path }}/nginx.conf,dst=/etc/nginx/nginx.conf,ro \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_base_path }}/nginx.conf,dst=/etc/nginx/nginx.conf,ro \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_data_path }},dst=/nginx-data,ro \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_data_path }},dst=/nginx-data,ro \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_confd_path }},dst=/etc/nginx/conf.d,ro \ |
|
|
--mount type=bind,src={{ matrix_nginx_proxy_confd_path }},dst=/etc/nginx/conf.d,ro \ |
|
|
|
|
|
{% if matrix_ssl_retrieval_method != 'none' %} |
|
|
--mount type=bind,src={{ matrix_ssl_config_dir_path }},dst={{ matrix_ssl_config_dir_path }},ro \ |
|
|
--mount type=bind,src={{ matrix_ssl_config_dir_path }},dst={{ matrix_ssl_config_dir_path }},ro \ |
|
|
--mount type=bind,src={{ matrix_static_files_base_path }},dst={{ matrix_static_files_base_path }},ro \ |
|
|
--mount type=bind,src={{ matrix_static_files_base_path }},dst={{ matrix_static_files_base_path }},ro \ |
|
|
|
|
|
{% endif %} |
|
|
{% for volume in matrix_nginx_proxy_container_additional_volumes %} |
|
|
{% for volume in matrix_nginx_proxy_container_additional_volumes %} |
|
|
-v {{ volume.src }}:{{ volume.dst }}:{{ volume.options }} \ |
|
|
-v {{ volume.src }}:{{ volume.dst }}:{{ volume.options }} \ |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
|