mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
Dockerfile: fix protocol in EXPOSE instruction should be lowercase
This commit is contained in:
parent
0aa88ff8ed
commit
f8c0884f2a
1 changed files with 4 additions and 4 deletions
|
|
@ -101,10 +101,10 @@ COPY --from=builder /knot-src/distro/common/cz.nic.knotd.conf /usr/share/dbus-1/
|
|||
RUN mkdir -p /run/dbus
|
||||
|
||||
# Expose port
|
||||
EXPOSE 53/UDP
|
||||
EXPOSE 53/TCP
|
||||
EXPOSE 853/UDP
|
||||
EXPOSE 853/TCP
|
||||
EXPOSE 53/udp
|
||||
EXPOSE 53/tcp
|
||||
EXPOSE 853/udp
|
||||
EXPOSE 853/tcp
|
||||
|
||||
# Prepare shared directories
|
||||
VOLUME /config
|
||||
|
|
|
|||
Loading…
Reference in a new issue