mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 01:53:55 +02:00
Fixing filesystem for docker
This commit is contained in:
parent
c9dc47d970
commit
d4da197732
1 changed files with 1 additions and 1 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Reference in a new issue