From f0d20deca700182ec235931c8218e6b190cb12c5 Mon Sep 17 00:00:00 2001 From: sump pump Date: Mon, 22 Jun 2020 00:32:18 +0000 Subject: [PATCH] Update Dockerfile.tinc --- Dockerfile.tinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tinc b/Dockerfile.tinc index 38f25bf..96ea937 100644 --- a/Dockerfile.tinc +++ b/Dockerfile.tinc @@ -6,4 +6,4 @@ RUN apk add tinc iptables EXPOSE 9993/tcp 655/udp VOLUME /etc/tinc -CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --debug=3" ] +CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach" ]