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',
|
'coolify.proxy=true',
|
||||||
];
|
];
|
||||||
$config = [
|
$config = [
|
||||||
|
'name' => 'coolify-proxy',
|
||||||
'networks' => $array_of_networks->toArray(),
|
'networks' => $array_of_networks->toArray(),
|
||||||
'services' => [
|
'services' => [
|
||||||
'traefik' => [
|
'traefik' => [
|
||||||
|
Reference in New Issue
Block a user