From a0739b3d9183b20a59d86ce96a087ac6ce760840 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 25 Dec 2024 21:03:06 +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 ea7068e..bb17adc 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" # domains to update + - "DUDs=sub.domain.ipv64.net 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