Skip to content

Commit

Permalink
Publicar portas 53 UDP e TCP para bind9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Torresini committed Apr 7, 2020
1 parent 8125b15 commit 3916087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bind9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ RUN chmod 0755 /docker-entrypoint.sh && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*

EXPOSE 53/UDP
EXPOSE 53/TCP
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/named", "-4", "-g", "-u", "named"]

0 comments on commit 3916087

Please sign in to comment.