Update Dockerfile.tinc

This commit is contained in:
sump pump 2020-04-28 00:27:32 +00:00
parent 685695cb56
commit b46d8df379

View File

@ -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" ]