mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Upgrade ddclient (3.11.2 -> 4.0.0) and adjust config path
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3971 The path change is due to: https://github.com/ddclient/ddclient/pull/789 This is untested.
This commit is contained in:
		| @@ -8,7 +8,7 @@ matrix_dynamic_dns_enabled: true | ||||
| matrix_dynamic_dns_daemon_interval: '300' | ||||
|  | ||||
| # renovate: datasource=docker depName=linuxserver/ddclient versioning=semver | ||||
| matrix_dynamic_dns_version: 3.11.2 | ||||
| matrix_dynamic_dns_version: 4.0.0 | ||||
|  | ||||
| # The docker container to use when in mode | ||||
| matrix_dynamic_dns_docker_image: "{{ matrix_dynamic_dns_docker_image_name_prefix }}linuxserver/ddclient:{{ matrix_dynamic_dns_version }}" | ||||
|   | ||||
| @@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ | ||||
| 			--network={{ matrix_dynamic_dns_container_network }} \ | ||||
|   			-e PUID={{ matrix_user_uid }} \ | ||||
|   			-e PGID={{ matrix_user_gid }} \ | ||||
| 			--mount type=bind,src={{ matrix_dynamic_dns_config_path }},dst=/config \ | ||||
| 			--mount type=bind,src={{ matrix_dynamic_dns_config_path }},dst=/config/ddclient \ | ||||
| 			{% for arg in matrix_dynamic_dns_container_extra_arguments %} | ||||
| 			{{ arg }} \ | ||||
| 			{% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user