소스 검색

tabs not spaces

pull/2135/head
Karmanyaah Malhotra 3 년 전
부모
커밋
bbf01baa85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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 %}


불러오는 중...
취소
저장