Merge branch 'next' into feat/api-services-create-custom-compose

This commit is contained in:
Andras Bacsai
2025-03-21 11:33:06 +01:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -484,7 +484,7 @@ $schema://$host {
$base_path = config('constants.coolify.base_config_path');
$proxyType = $this->proxyType();
$proxy_path = "$base_path/proxy";
// TODO: should use /traefik for already exisiting configurations?
// TODO: should use /traefik for already existing configurations?
// Should move everything except /caddy and /nginx to /traefik
// The code needs to be modified as well, so maybe it does not worth it
if ($proxyType === ProxyTypes::TRAEFIK->value) {