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 bdb2928 commit ff2602d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ services:
container_name: ipv64-updater
image: zoeyvid/ipv64-updater
restart: always
network_mode: host # you can use bridge if it support IPv6
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" # your Domain Update Token (invalid example)
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # the api key
- "DUD=sub.domain.ipv64.net" # domain to update
# - "UI=5m" # interval to update DDNS
# - "IPv4=true" # enable/disable IPv4
# - "IPv6=true" # enable/disable IPv6
# - "IPv4=true" # enable/disable IPv4, auto disabled if not working
# - "IPv6=true" # enable/disable IPv6, auto disabled if not working

0 comments on commit ff2602d

Please sign in to comment.