Expose port 443/udp with Caddy proxy
This commit is contained in:
parent
1c6d47f2fc
commit
a094eceb62
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ function generate_default_proxy_configuration(Server $server)
|
|||
'ports' => [
|
||||
'80:80',
|
||||
'443:443',
|
||||
'443:443/udp',
|
||||
],
|
||||
'labels' => [
|
||||
'coolify.managed=true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue