Fix empty ray() function call in StartClickhouse.php
This commit is contained in:
parent
1e7a5562ab
commit
d9d38a27ff
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public function handle(StandaloneClickhouse $database)
|
||||||
$persistent_storages = $this->generate_local_persistent_volumes();
|
$persistent_storages = $this->generate_local_persistent_volumes();
|
||||||
$volume_names = $this->generate_local_persistent_volumes_only_volume_names();
|
$volume_names = $this->generate_local_persistent_volumes_only_volume_names();
|
||||||
$environment_variables = $this->generate_environment_variables();
|
$environment_variables = $this->generate_environment_variables();
|
||||||
ray($environment_variables);
|
|
||||||
$docker_compose = [
|
$docker_compose = [
|
||||||
'version' => '3.8',
|
'version' => '3.8',
|
||||||
'services' => [
|
'services' => [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue