specify protocol

This commit is contained in:
Steve Allison 2020-06-28 20:57:36 +01:00
parent 719fc3aeb1
commit 8541c5c68c

View file

@ -8,7 +8,7 @@ RUN apk add --no-cache git make build-base && \
FROM alpine:latest
COPY --from=builder /root/vlmcsd/bin/vlmcsd /vlmcsd
EXPOSE 1688
EXPOSE 1688/tcp
CMD ["/vlmcsd", "-D", "-d", "-t", "3", "-e", "-v"]