mirror of
https://github.com/friendica/docker
synced 2025-01-17 08:09:52 +01:00
Fixing storage directory
This commit is contained in:
parent
841a0b438b
commit
3bd5f5eef1
7 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
|||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
'filesystem_path' => '/var/www/data',
|
||||
'filesystem_path' => '/var/www/html/storage',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue