From e387f2810c654720e616c0196432d0a525c59cae Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 28 Oct 2021 11:56:30 +0200 Subject: [PATCH] minor fix in Dockerfile, expose https port --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aad8bf4..218aba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ COPY unbound.conf /etc/unbound/unbound.conf EXPOSE 53/udp EXPOSE 53/tcp +EXPOSE 443/tcp EXPOSE 853/tcp VOLUME /etc/unbound