Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 26, 2024
1 parent 8288fa2 commit 058499f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ipv64-updater

just use this compose file:

```yaml
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
```

0 comments on commit 058499f

Please sign in to comment.