Update Caddyfile and Docker Compose to support HTTP3

This commit is contained in:
v1rusnl 2024-10-31 22:10:07 +01:00 committed by GitHub
parent 4c758c6e52
commit 9512b7dc6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -530,7 +530,7 @@ renderCaddyfile() {
{
debug
servers :80,:443 {
protocols h1 h2c
protocols h1 h2c h3
}
}
@ -788,6 +788,7 @@ services:
networks: [ netbird ]
ports:
- '443:443'
- '443:443/udp'
- '80:80'
- '8080:8080'
volumes: