Skip to content
Snippets Groups Projects
Commit 38150533 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Dockerfile: expose 853/TCP port for DoT

parent 4fc00fd9
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ RUN mkdir -p /run/dbus
EXPOSE 53/UDP
EXPOSE 53/TCP
EXPOSE 853/UDP
EXPOSE 853/TCP
# Prepare shared directories
VOLUME /config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment