From 65fbe6393fa21c9301b26874873888df7fd1519a Mon Sep 17 00:00:00 2001 From: sump pump Date: Mon, 27 Apr 2020 19:37:08 +0000 Subject: [PATCH] Update CMD definition --- Dockerfile.tinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tinc b/Dockerfile.tinc index ec75b65..1ea1fc3 100644 --- a/Dockerfile.tinc +++ b/Dockerfile.tinc @@ -6,4 +6,4 @@ RUN apk add tinc EXPOSE 9993/tcp 655/udp VOLUME /etc/tinc -CMD [ "sh", "-c", "/usr/sbin/tincd", "--net=$NETNAME", "--no-detach", "--user", "nobody" ] +CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --user nobody" ]