From 1082d74ef177cc3bdcd8bfc800564538c35d929a Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 25 Dec 2024 21:07:20 +0100 Subject: [PATCH] Update compose.yaml Signed-off-by: Zoey --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index bb17adc..da02e47 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,7 @@ services: environment: - "TZ=Europe/Berlin" # your timezone - "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # the api key - - "DUDs=sub.domain.ipv64.net domain.ipv64.de" # domain(s) to update + - "DUDs=domain.ipv64.de domain.ipv64.de" # domain(s) to update # - "UI=5m" # interval to update DDNS # - "IPv4=true" # enable/disable IPv4, auto disabled if not working # - "IPv6=true" # enable/disable IPv6, auto disabled if not working