Dockerfile: expose port 853/UDP (DoQ)

This commit is contained in:
Daniel Salzman 2023-06-21 15:32:37 +02:00
parent 9ae4e3fc92
commit 8a15fa686c

View file

@ -94,6 +94,7 @@ COPY --from=builder /tmp/knot-install/share/ /share/
# Expose port
EXPOSE 53/UDP
EXPOSE 53/TCP
EXPOSE 853/UDP
# Prepare shared directories
VOLUME /config