Explorar el Código

tabs not spaces

pull/2135/head
Karmanyaah Malhotra hace 3 años
padre
commit
bbf01baa85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-ntfy/templates/systemd/matrix-ntfy.service.j2

+ 1
- 1
roles/custom/matrix-ntfy/templates/systemd/matrix-ntfy.service.j2 Ver fichero

@@ -16,7 +16,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_syste
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--read-only \
--env NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS={{matrix_server_fqn_matrix}},localhost,$(docker network inspect {{matrix_docker_network}} -f "{{"{{"}} (index .IPAM.Config 0).Subnet {{"}}"}}") \
--env NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS={{matrix_server_fqn_matrix}},localhost,$(docker network inspect {{matrix_docker_network}} -f "{{"{{"}} (index .IPAM.Config 0).Subnet {{"}}"}}") \
{% for arg in matrix_ntfy_container_extra_arguments %}
{{ arg }} \
{% endfor %}


Cargando…
Cancelar
Guardar