Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 25, 2024
1 parent 46b24aa commit 405ae71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
restart: always
network_mode: host # you can use bridge if it support IPv6 or you don't want to use IPv6
environment:
- "TZ=Europe/Berlin" # your timezone
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # the api key
- "DUD=sub.domain.ipv64.net" # domain 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
- "TZ=Europe/Berlin" # your timezone
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # the api key
- "DUDs=sub.domain.ipv64.net domain.ipv64.de" # domains 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

0 comments on commit 405ae71

Please sign in to comment.