|
|
|
@@ -23,11 +23,11 @@ ExecStart=/usr/bin/docker run --rm --name matrix-riot-web \ |
|
|
|
--tmpfs=/tmp:rw,noexec,nosuid,size=10m \ |
|
|
|
-v {{ matrix_riot_web_data_path }}/nginx.conf:/etc/nginx/nginx.conf:ro \ |
|
|
|
-v /dev/null:/etc/nginx/conf.d/default.conf:ro \ |
|
|
|
-v {{ matrix_riot_web_data_path }}/config.json:/etc/riot-web/config.json:ro \ |
|
|
|
-v {{ matrix_riot_web_data_path }}/config.json:/app/config.json:ro \ |
|
|
|
{% if matrix_riot_web_embedded_pages_home_path is not none %} |
|
|
|
-v {{ matrix_riot_web_data_path }}/home.html:/etc/riot-web/home.html:ro \ |
|
|
|
-v {{ matrix_riot_web_data_path }}/home.html:/app/home.html:ro \ |
|
|
|
{% endif %} |
|
|
|
-v {{ matrix_riot_web_data_path }}/welcome.html:/etc/riot-web/welcome.html:ro \ |
|
|
|
-v {{ matrix_riot_web_data_path }}/welcome.html:/app/welcome.html:ro \ |
|
|
|
{% for arg in matrix_riot_web_container_extra_arguments %} |
|
|
|
{{ arg }} \ |
|
|
|
{% endfor %} |
|
|
|
|