Procházet zdrojové kódy

Remove matrix_docker_network references from matrix-bot-maubot

pull/3093/head
Slavi Pantaleev před 2 roky
rodič
revize
d1d6fe01b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2

+ 1
- 1
roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 Zobrazit soubor

@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% for arg in matrix_bot_maubot_container_extra_arguments %} {% for arg in matrix_bot_maubot_container_extra_arguments %}
{{ arg }} \ {{ arg }} \
{% endfor %} {% endfor %}
--network={{ matrix_docker_network }} \
--network={{ matrix_bot_maubot_container_network }} \
{% if matrix_bot_maubot_container_management_interface_http_bind_port %} {% if matrix_bot_maubot_container_management_interface_http_bind_port %}
-p {{ matrix_bot_maubot_container_management_interface_http_bind_port }}:{{ matrix_bot_maubot_server_port }} \ -p {{ matrix_bot_maubot_container_management_interface_http_bind_port }}:{{ matrix_bot_maubot_server_port }} \
{% endif %} {% endif %}


Načítá se…
Zrušit
Uložit