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 Mar 16, 2024
1 parent 2e890dc commit a057ae1
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: "3"
services:
ipv64-updater:
container_name: ipv64-updater
image: zoeyvid/ipv64-updater
restart: always
network_mode: host # you can use bridge if it support IPv6
environment:
- "TZ=Europe/Berlin" # your timezone
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # your Domain Update Token (invalid example)
# - "UI=5m" # interval to update DDNS
# - "IPv4=true" # enable/disable IPv4
# - "IPv6=true" # enable/disable IPv6
ipv64-updater:
container_name: ipv64-updater
image: zoeyvid/ipv64-updater
restart: always
network_mode: host # you can use bridge if it support IPv6
environment:
- "TZ=Europe/Berlin" # your timezone
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # your Domain Update Token (invalid example)
# - "UI=5m" # interval to update DDNS
# - "IPv4=true" # enable/disable IPv4
# - "IPv6=true" # enable/disable IPv6

0 comments on commit a057ae1

Please sign in to comment.