From b46d8df37959989649085f64502b8f504dd1a1cc Mon Sep 17 00:00:00 2001 From: sump pump Date: Tue, 28 Apr 2020 00:27:32 +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 9dfad1f..ded0707 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 --debug=3" ] +CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --debug=3" ]