mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-24 19:25:32 +02:00
Solved matrix bridge bug
This commit is contained in:
parent
94dd57d5cd
commit
ada1f84c0b
@ -25,7 +25,7 @@ services:
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
{% if bridges | bool %}
|
||||
{% if bridges | length > 0 %}
|
||||
{% include 'templates/docker/container/depends-on-also-database.yml.j2' %}
|
||||
{% for item in bridges %}
|
||||
mautrix-{{item.bridge_name}}:
|
||||
|
Loading…
x
Reference in New Issue
Block a user