mirror of
https://github.com/friendica/docker
synced 2025-01-30 15:25:44 +01:00
Merge pull request #149 from nupplaphil/fix/README_data
Fix `FRIENDICA_DATA` description
This commit is contained in:
commit
0db5a0278d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ There are two options to enable background tasks for Friendica:
|
||||||
- `FRIENDICA_LANG` The default language of the Friendica server.
|
- `FRIENDICA_LANG` The default language of the Friendica server.
|
||||||
- `FRIENDICA_SITENAME` The Sitename of the Friendica server.
|
- `FRIENDICA_SITENAME` The Sitename of the Friendica server.
|
||||||
- `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled.
|
- `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled.
|
||||||
- `FRIENDICA_DATA` If set to `true`, the fileystem will be used instead of the DB backend.
|
- `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default is the DB backend.
|
||||||
- `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data).
|
- `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data).
|
||||||
|
|
||||||
**Friendica Logging**
|
**Friendica Logging**
|
||||||
|
|
Loading…
Reference in a new issue