mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class StartClickhouse
|
|||
$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 a new issue