update webhook

This commit is contained in:
kev 2019-01-09 19:23:39 +08:00
parent 87a65e512e
commit 2f633a02b2

View File

@ -19,4 +19,4 @@ WORKDIR /etc/webhook
VOLUME /etc/webhook
EXPOSE 9000
ENTRYPOINT ["webhook"]
CMD ["-header", "Access-Control-Allow-Origin=*", "-hooks", "hooks.json", "-hotreload", "-verbose"]
CMD ["-hooks", "hooks.json", "-hotreload", "-template", "-verbose"]