mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03: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' => [
|
'uploads' => [
|
||||||
'driver' => 'local',
|
'driver' => 'local',
|
||||||
'root' => env('STORAGE_PATH', storage_path('content/uploads')),
|
'root' => storage_path('content/uploads'),
|
||||||
'visibility' => 'private',
|
'visibility' => 'private',
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'file' => [
|
'file' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue