Skip to content

Commit

Permalink
Merge pull request #23 from ZZROTDesign/quic
Browse files Browse the repository at this point in the history
enable experimental quic feature
  • Loading branch information
kilpatty authored Jan 2, 2017
2 parents d8fda54 + 6c742de commit c78b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY ./Caddyfile /etc/Caddyfile

ENTRYPOINT ["/sbin/tini"]

CMD ["caddy", "--conf", "/etc/Caddyfile"]
CMD ["caddy", "-quic", "--conf", "/etc/Caddyfile"]

0 comments on commit c78b1df

Please sign in to comment.