--net was wrong

This commit is contained in:
sump pump 2020-04-27 19:28:02 +00:00
parent ca4bd32d64
commit e853f5230e

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" ]
CMD [ "sh", "-c", "/usr/sbin/tincd", "--net=$NETNAME", "--no-detach", "--user", "nobody" ]