caddyserver / caddy-docker

Source for the official Caddy v2 Docker Image
https://hub.docker.com/_/caddy
Apache License 2.0
408 stars 74 forks source link

Expose 443/udp #247

Closed bt90 closed 2 years ago

bt90 commented 2 years ago

We should prepare the image and config examples for https://github.com/caddyserver/caddy/issues/3833

HTTP/3 requires an additional port mapping as the default EXPOSE and docker (compose) equivalents only publish a tcp port.

bt90 commented 2 years ago

@hairyhenderson could you take a look at https://github.com/docker-library/docs/pull/2171 ?