lucaslorentz / caddy-docker-proxy

Caddy as a reverse proxy for Docker
MIT License
2.61k stars 163 forks source link

does caddy-docker-proxy support 443/udp? #557

Closed teteko233 closed 6 months ago

teteko233 commented 6 months ago

when I read the offcial docker compose file, there are three expose port that include 80, 443 and 443/udp.

So I want to know whether caddy-docker-proxy support 443/udp.

francislavoie commented 6 months ago

Yes. It's used for HTTP/3 which is over UDP. It's enabled by default.