mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Merge pull request #531 from dasTholo/patch-1
Add Docker Network for matrix-mautrix-telegram-db ...
This commit is contained in:
		@@ -17,6 +17,7 @@ ExecStartPre={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-tel
 | 
			
		||||
			--log-driver=none \
 | 
			
		||||
			--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
 | 
			
		||||
			--cap-drop=ALL \
 | 
			
		||||
			--network={{ matrix_docker_network }} \
 | 
			
		||||
			-v {{ matrix_mautrix_telegram_config_path }}:/config:z \
 | 
			
		||||
			-v {{ matrix_mautrix_telegram_data_path }}:/data:z \
 | 
			
		||||
			{{ matrix_mautrix_telegram_docker_image }} \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user