Fixed incorrect proxy config file path on ui
This commit is contained in:
@@ -45,7 +45,7 @@ class Proxy extends Component
|
|||||||
|
|
||||||
public function getConfigurationFilePathProperty()
|
public function getConfigurationFilePathProperty()
|
||||||
{
|
{
|
||||||
return $this->server->proxyPath().'/docker-compose.yml';
|
return $this->server->proxyPath().'docker-compose.yml';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function changeProxy()
|
public function changeProxy()
|
||||||
|
Reference in New Issue
Block a user