feat(core): add name to default proxy configuration
This commit is contained in:
parent
2a03544593
commit
773caf7fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -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' => [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue