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",