Parcourir la source

Fix syntax for connecting to additional networks for Hookshot

pull/3042/head
Slavi Pantaleev il y a 2 ans
committed by GitHub
Parent
révision
74f91138c9
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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 Voir le fichier

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



Chargement…
Annuler
Enregistrer