Merge pull request #3813 from lynt-smitka/fix-caddy-quic-udp-port

Fix caddy quic udp port
This commit is contained in:
🏔️ Peak 2024-10-14 15:07:18 +02:00 committed by GitHub
commit 2f84664996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,7 @@ function generate_default_proxy_configuration(Server $server)
'ports' => [
'80:80',
'443:443',
'443:443/udp',
],
'labels' => [
'coolify.managed=true',