mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Updated setup script
This commit is contained in:
parent
35f153e3ce
commit
eef7947df5
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ $cli
|
|||
$stdout = '';
|
||||
$stderr = '';
|
||||
|
||||
//Console::execute("docker-compose -f {$path}.'/docker-compose.yml up -d --remove-orphans", null, $stdout, $stderr);
|
||||
Console::execute("docker-compose -f {$path}.'/docker-compose.yml up -d --remove-orphans", null, $stdout, $stderr);
|
||||
|
||||
if ($stderr !== '') {
|
||||
Console::error("Failed to install Appwrite dockers");
|
||||
|
|
|
|||
Loading…
Reference in a new issue