fix start command

This commit is contained in:
peaklabs-dev
2024-10-15 16:35:20 +02:00
parent 902cde5905
commit c6e2c7e5e3

View File

@@ -21,8 +21,6 @@ class StartRedis
{ {
$this->database = $database; $this->database = $database;
$startCommand = "redis-server --requirepass {$this->database->redis_password} --appendonly yes";
$container_name = $this->database->uuid; $container_name = $this->database->uuid;
$this->configuration_dir = database_configuration_dir().'/'.$container_name; $this->configuration_dir = database_configuration_dir().'/'.$container_name;