minor fix in Dockerfile, expose https port
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user