-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to add HTTP3 flag (optional) #241
Comments
Just add global options as a label to your caddy-docker-proxy service. No need for anything extra.
Be aware that the syntax for this global option is changed since v2.3.0, it's now nested within |
Is global option by labels still available? I added http3 label to caddy service but protocol is still h2! I'm using lucaslorentz/caddy-docker-proxy:2.4-alpine |
Yes, see the README for how to configure global options. Make sure you review the Global Options docs on the Caddy website for how to configure |
The caddy-docker-proxy plugin leverages reloads, which seem to be broken with http/3 at the moment. |
With HTTP3 being supported on all browsers now and widely useful, it'd be nice to have an environment variable you can optionally pass to the container to add
{
experimental_http3
}
to the Caddyfile and enable http3.
The text was updated successfully, but these errors were encountered: