Expose port 443/udp with Caddy proxy

This commit is contained in:
Vladimír Smitka
2024-10-09 18:34:17 +02:00
parent 1c6d47f2fc
commit a094eceb62

View File

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