From 4195d04f687973a514e3fb663bd87161afd46697 Mon Sep 17 00:00:00 2001 From: Wind4 Date: Thu, 8 Aug 2019 16:54:28 +0800 Subject: [PATCH] Default auto disconnect --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e41b991..c32c235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ FROM alpine:latest WORKDIR /root/ COPY --from=builder /root/vlmcsd/bin/vlmcsd /usr/bin/vlmcsd EXPOSE 1688/tcp -CMD [ "/usr/bin/vlmcsd", "-D" ] \ No newline at end of file +CMD [ "/usr/bin/vlmcsd", "-D", "-d" ] \ No newline at end of file