From 6b6aca38766a4b4be1f7a25ede0a6a610f0c448c Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 22 Oct 2023 18:20:31 +0200 Subject: [PATCH] add compose file Signed-off-by: Zoey --- compose.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index 54c67c2..94c2401 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,10 +1,13 @@ version: "3" services: - git-repo: - container_name: git-updater-git-repo - image: zoeyvid/git-updater:latest + ipv64-updater: + container_name: ipv64-updater + image: zoeyvid/ipv64-updater restart: always + network_mode: bridge environment: - - "TZ=Europe/Berlin" - volumes: - - "/path/to/git-repo:/src" + - "TZ=Europe/Berlin" # your timezone + - "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # your Domain Update Token (invalid example) +# - "UI=5m" # intervall to update DDNS +# - "IPv4=true" # enable/disable IPv4 +# - "IPv6=true" # enable/disable IPv6