mirror of
https://github.com/mikolatero/docker-vlmcsd.git
synced 2025-09-15 18:54:38 +08:00
specify protocol
This commit is contained in:
parent
719fc3aeb1
commit
8541c5c68c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue