feat(core): add name to default proxy configuration

This commit is contained in:
Andras Bacsai
2025-02-03 21:24:01 +01:00
parent 2a03544593
commit 773caf7fd5

View File

@@ -149,6 +149,7 @@ function generate_default_proxy_configuration(Server $server)
'coolify.proxy=true',
];
$config = [
'name' => 'coolify-proxy',
'networks' => $array_of_networks->toArray(),
'services' => [
'traefik' => [