From 1058ed20259bd4d9fb922982f26725a2fcbccccc Mon Sep 17 00:00:00 2001 From: sump pump Date: Mon, 27 Apr 2020 19:13:51 +0000 Subject: [PATCH] /usr/bin/tinc --- Dockerfile.tinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tinc b/Dockerfile.tinc index 3e1c654..5b1b6b6 100644 --- a/Dockerfile.tinc +++ b/Dockerfile.tinc @@ -6,5 +6,5 @@ RUN apk add tinc EXPOSE 9993/tcp 655/udp VOLUME /etc/tinc -ENTRYPOINT [ "/usr/sbin/tinc" ] +ENTRYPOINT [ "/usr/bin/tinc" ] CMD [ "start", "-D", "-U", "nobody" ]