feat(core): add name to default proxy configuration
This commit is contained in:
@@ -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' => [
|
||||
|
Reference in New Issue
Block a user