fix start command

This commit is contained in:
peaklabs-dev 2024-10-15 16:35:20 +02:00
parent 902cde5905
commit c6e2c7e5e3
No known key found for this signature in database

View file

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