Remove start from argument list

This commit is contained in:
sump pump 2020-04-27 19:23:00 +00:00
parent 92b0084165
commit 39f0584ae1

View File

@ -7,4 +7,4 @@ EXPOSE 9993/tcp 655/udp
VOLUME /etc/tinc
ENTRYPOINT [ "/usr/sbin/tincd" ]
CMD [ "start", "-D", "-U", "nobody" ]
CMD [ "-D", "-U", "nobody" ]