소스 검색

Fix syntax for connecting to additional networks for Hookshot

pull/3042/head
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
74f91138c9
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2

+ 3
- 1
roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2 파일 보기

@@ -29,7 +29,9 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create --rm -
{% endfor %}
{{ matrix_hookshot_docker_image }}

{% for network in matrix_hookshot_container_additional_networks %}ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network ]] {{ matrix_hookshot_container_ident }}{% endfor %}
{% for network in matrix_hookshot_container_additional_networks %}
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} {{ matrix_hookshot_container_ident }}
{% endfor %}

ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach {{ matrix_hookshot_container_ident }}



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