]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6278 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Oct 2023 09:19:05 +0000 (11:19 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Oct 2023 09:19:05 +0000 (11:19 +0200)
app/Http/Controllers/Admin/Operations/Tools/DockerWebContainer.php

index 2bafcd21dcd9a8b1c30e6004e24e040b668bc5a5..07c428d80efe24ed3042c86c57de00a0c944e62e 100644 (file)
@@ -101,6 +101,7 @@ trait DockerWebContainer
             }
             if ($request->get('redis', true)) {
                 $compose[] = 'redis';
+                $fixRights[] = 'chown -R 999:999 ./redis';
             }
             if ($request->get('matomo', true)) {
                 $compose[] = 'matomo';