From 430f367d0cc7b624af0e10ac209f6fc4d6fe9e6a Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 5 Feb 2026 16:12:09 -0700 Subject: [PATCH] update ddns env section for yml --- lxc1/p1-ingress/ddns.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lxc1/p1-ingress/ddns.yml b/lxc1/p1-ingress/ddns.yml index 42a66f5..224f3e5 100644 --- a/lxc1/p1-ingress/ddns.yml +++ b/lxc1/p1-ingress/ddns.yml @@ -4,12 +4,13 @@ services: container_name: ddns-updater restart: unless-stopped environment: - - TZ=America/Edmonton - - PERIOD=5m - - PUBLICIP_FETCHERS=http - - PUBLICIP_HTTP_PROVIDERS=all - # Wildcard Config - - CONFIG={ + TZ: America/Edmonton + PERIOD: 5m + PUBLICIP_FETCHERS: http + PUBLICIP_HTTP_PROVIDERS: all + # Using the pipe (|) allows multi-line JSON safely + CONFIG: | + { "settings": [ { "provider": "desec",