-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zoey <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |