fix start command
This commit is contained in:
parent
902cde5905
commit
c6e2c7e5e3
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue