|
|
|
@@ -21,7 +21,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-ntfy \ |
|
|
|
{% endfor %} |
|
|
|
--network={{ matrix_docker_network }} \ |
|
|
|
{% if matrix_ntfy_container_http_host_bind_port %} |
|
|
|
-p {{ matrix_ntfy_container_http_host_bind_port }}:80 \ |
|
|
|
-p {{ matrix_ntfy_container_http_host_bind_port }}:8080 \ |
|
|
|
{% endif %} |
|
|
|
--mount type=bind,src={{ matrix_ntfy_config_dir_path }},dst=/etc/ntfy,ro \ |
|
|
|
--mount type=bind,src={{ matrix_ntfy_data_path }},dst=/data \ |
|
|
|
|