Fixing filesystem for docker

This commit is contained in:
Axel 2023-06-22 16:02:47 +02:00
parent c9dc47d970
commit d4da197732
Signed by: axel
GPG key ID: 73C0A5961B6BC740

View file

@ -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' => [