Correct the exposed port

This commit is contained in:
2026-03-21 23:54:11 +01:00
parent 84a968ed24
commit ca578dceb7
+2 -2
View File
@@ -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"]