Skip to content

Commit

Permalink
Fixed wrong default variable in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 4b085f7 commit 2a688c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV FRITZBOX_ENDPOINT_URL=${FRITZBOX_ENDPOINT_URL:-http://fritz.box:49000} \
CLOUDFLARE_API_KEY="" \
CLOUDFLARE_ZONES_IPV4="" \
CLOUDFLARE_ZONES_IPV6="" \
CLOUDFLARE_LOCAL_ADDRESS_IPV6=""
DEVICE_LOCAL_ADDRESS_IPV6=""

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV FRITZBOX_ENDPOINT_URL=${FRITZBOX_ENDPOINT_URL:-http://fritz.box:49000} \
CLOUDFLARE_API_KEY="" \
CLOUDFLARE_ZONES_IPV4="" \
CLOUDFLARE_ZONES_IPV6="" \
CLOUDFLARE_LOCAL_ADDRESS_IPV6=""
DEVICE_LOCAL_ADDRESS_IPV6=""

WORKDIR /app

Expand Down

0 comments on commit 2a688c4

Please sign in to comment.