Fix up arguments

This commit is contained in:
sump pump 2020-04-27 19:26:21 +00:00
parent 39f0584ae1
commit ca4bd32d64

View File

@ -6,5 +6,4 @@ RUN apk add tinc
EXPOSE 9993/tcp 655/udp
VOLUME /etc/tinc
ENTRYPOINT [ "/usr/sbin/tincd" ]
CMD [ "-D", "-U", "nobody" ]
CMD [ "sh", "-c", "/usr/sbin/tincd", "--net", "$NETNAME", "--no-detach", "--user", "nobody" ]