Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 30, 2024
1 parent d8e7adc commit fb65cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -eu && \
COPY --chmod=755 entry.sh /usr/bin/dnsmasq.sh
COPY --chmod=664 dnsmasq.conf /etc/dnsmasq.default

ENV DNS1 "1.0.0.1"
ENV DNS2 "1.1.1.1"
ENV DNS1="1.0.0.1"
ENV DNS2="1.1.1.1"

EXPOSE 53/tcp 53/udp 67/udp

Expand Down

0 comments on commit fb65cc6

Please sign in to comment.