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