From ca578dceb77a8fe47a76dfdb9e076f328dcd741b Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 21 Mar 2026 23:54:11 +0100 Subject: [PATCH] Correct the exposed port --- unbound/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbound/Dockerfile b/unbound/Dockerfile index d838e86..f4b92b0 100644 --- a/unbound/Dockerfile +++ b/unbound/Dockerfile @@ -26,7 +26,7 @@ RUN chown unbound:unbound /run/unbound.pid RUN chown -R unbound:unbound /opt/unbound USER unbound -EXPOSE 5353/udp -EXPOSE 5353/tcp +EXPOSE 53/udp +EXPOSE 53/tcp CMD ["unbound", "-dd", "-c", "/opt/unbound/etc/unbound/unbound.conf"] \ No newline at end of file