summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-04-18 09:19:08 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2019-04-18 17:09:57 +0200
commitedcdd0121ee7110a68029fc236eefd15df1a1f5f (patch)
tree1fa3208462dfa36c998190dec11e9657b52e8a2b /Dockerfile
parentdoc: document http module usage with systemd (diff)
downloadknot-resolver-edcdd0121ee7110a68029fc236eefd15df1a1f5f.tar.xz
knot-resolver-edcdd0121ee7110a68029fc236eefd15df1a1f5f.zip
docker: update ports, add doh
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7b7663e4..a7d2fb78 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -66,8 +66,8 @@ FROM runtime
LABEL cz.knot-resolver.vendor="CZ.NIC"
LABEL maintainer="knot-resolver-users@lists.nic.cz"
-# Export DNS over UDP & TCP, DNS-over-TLS, web interface
-EXPOSE 53/UDP 53/TCP 853/TCP 8053/TCP
+# Export DNS over UDP & TCP, DNS-over-HTTPS, DNS-over-TLS, web interface
+EXPOSE 53/UDP 53/TCP 443/TCP 853/TCP 8453/TCP
# Fetch Knot Resolver + Knot DNS libraries from build image
COPY --from=build /tmp/root/ /