/usr/bin/tinc

This commit is contained in:
sump pump 2020-04-27 19:13:51 +00:00
parent ac97c1f02d
commit 1058ed2025

View File

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