We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ca331 commit fe37541Copy full SHA for fe37541
target/unbound/Dockerfile
@@ -9,5 +9,5 @@ RUN chown -R unbound:unbound /etc/unbound && \
9
COPY --chown=unbound:unbound rootfs/ /
10
USER unbound
11
12
-EXPOSE 5353/TCP 5353/UDP
+EXPOSE 5353/tcp 5353/udp
13
HEALTHCHECK CMD dig @127.0.0.1 -p 5353 github.com || exit 1
0 commit comments