|
|
|
@@ -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 %} |
|
|
|
|