mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved matrix bridge bug
This commit is contained in:
		@@ -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}}:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user