This commit is contained in:
alcapone1933
2023-10-07 12:33:31 +02:00
parent fa232af923
commit 4d51b4e43f
11 changed files with 44 additions and 39 deletions

View File

@@ -15,7 +15,8 @@ ENV TZ=Europe/Berlin \
VERSION="v0.1.3" \
CURL_USER_AGENT="docker-ddns-ipv64/version=v0.1.3 github.com/alcapone1933/docker-ddns-ipv64" \
SHOUTRRR_URL="" \
IP_CHECK="Yes"
IP_CHECK="Yes" \
NAME_SERVER="ns1.ipv64.net"
RUN apk add --update --no-cache tzdata curl bash tini bind-tools jq && \
rm -rf /var/cache/apk/*