From d4da197732510a35022ba1225b70b923ab6135ee Mon Sep 17 00:00:00 2001 From: Axel Date: Thu, 22 Jun 2023 16:02:47 +0200 Subject: [PATCH] Fixing filesystem for docker --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 8d1c23a..ae06198 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -46,7 +46,7 @@ return [ 'uploads' => [ 'driver' => 'local', - 'root' => env('STORAGE_PATH', storage_path('content/uploads')), + 'root' => storage_path('content/uploads'), 'visibility' => 'private', 'permissions' => [ 'file' => [