1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Updated installation

This commit is contained in:
Eldad Fux 2020-10-25 21:59:18 +02:00
parent c197952235
commit 4f14d79d88

View file

@ -144,10 +144,6 @@ $cli
$stderr = '';
Console::log("Running \"docker-compose -f {$path}/docker-compose.yml up -d --remove-orphans\"");
$files1 = scandir($path);
print_r($files1);
$exit = Console::execute("docker-compose -f {$path}/docker-compose.yml up -d --remove-orphans", null, $stdout, $stderr);