mirror of
https://github.com/friendica/docker
synced 2025-01-29 14:55:03 +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',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ $config = [
|
||||||
'loglevel' => 'notice',
|
'loglevel' => 'notice',
|
||||||
],
|
],
|
||||||
'storage' => [
|
'storage' => [
|
||||||
'filesystem_path' => '/var/www/data',
|
'filesystem_path' => '/var/www/html/storage',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue