mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 06:47:56 +01:00 
			
		
		
		
	Remove duplicate configuration in docs page
Related to #681 (Github Pull Request)
This commit is contained in:
		| @@ -11,11 +11,6 @@ After you've gotten the proper credentials you can add the following config to y | ||||
| ```yaml | ||||
| matrix_dynamic_dns_enabled: true | ||||
|  | ||||
| matrix_dynamic_dns_domain_configurations: | | ||||
|   {{ | ||||
|     [{'provider': 'domains.google.com', 'protocol': 'dyndn2', 'username': 'XXXXXXXXXXXXXXXX', 'password': 'XXXXXXXXXXXXXXXX', 'domain': matrix_domain}] | ||||
|   }} | ||||
|  | ||||
| matrix_dynamic_dns_domain_configurations: | ||||
|   - provider: domains.google.com | ||||
|     protocol: dyndn2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user