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