minor fix in Dockerfile, expose https port

This commit is contained in:
Wolfgang Hottgenroth 2021-10-28 11:56:30 +02:00
parent 6dd5b5e143
commit e387f2810c

View File

@ -35,6 +35,7 @@ COPY unbound.conf /etc/unbound/unbound.conf
EXPOSE 53/udp EXPOSE 53/udp
EXPOSE 53/tcp EXPOSE 53/tcp
EXPOSE 443/tcp
EXPOSE 853/tcp EXPOSE 853/tcp
VOLUME /etc/unbound VOLUME /etc/unbound