Fix empty ray() function call in StartClickhouse.php

This commit is contained in:
Andras Bacsai 2024-04-11 13:46:34 +02:00
parent 1e7a5562ab
commit d9d38a27ff

View File

@ -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' => [