Merge branch 'next' into fix-traefik-startup

This commit is contained in:
Andras Bacsai
2025-11-28 17:54:48 +01:00
committed by GitHub
12 changed files with 290 additions and 50 deletions

View File

@@ -91,7 +91,7 @@ class Proxy extends Component
public function getConfigurationFilePathProperty(): string
{
return rtrim($this->server->proxyPath(), '/') . '/docker-compose.yml';
return rtrim($this->server->proxyPath(), '/').'/docker-compose.yml';
}
public function changeProxy()