mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix(ui): incorrect caddy proxy config file path on proxy page (#6722)
This commit is contained in:
@@ -90,9 +90,9 @@ class Proxy extends Component
|
||||
return is_array($traefikVersions) ? $traefikVersions : null;
|
||||
}
|
||||
|
||||
public function getConfigurationFilePathProperty()
|
||||
public function getConfigurationFilePathProperty(): string
|
||||
{
|
||||
return $this->server->proxyPath().'docker-compose.yml';
|
||||
return rtrim($this->server->proxyPath(), '/') . '/docker-compose.yml';
|
||||
}
|
||||
|
||||
public function changeProxy()
|
||||
|
||||
Reference in New Issue
Block a user