mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update README.md
This commit is contained in:
parent
abf5bf52e5
commit
d961018b1a
19
README.md
19
README.md
|
@ -109,14 +109,7 @@ Networks:
|
||||||
```
|
```
|
||||||
- TIME_ZONE=Europe/Berlin
|
- TIME_ZONE=Europe/Berlin
|
||||||
```
|
```
|
||||||
Username / E-Mail of the first admin user.
|
|
||||||
```
|
|
||||||
- SEAFILE_ADMIN_EMAIL=me@example.com
|
|
||||||
```
|
|
||||||
Password of the first admin user.
|
|
||||||
```
|
|
||||||
- SEAFILE_ADMIN_PASSWORD=asecret
|
|
||||||
```
|
|
||||||
This will be used for the SERVICE_URL and FILE_SERVER_ROOT.
|
This will be used for the SERVICE_URL and FILE_SERVER_ROOT.
|
||||||
Important: Changing those values in the config files later won't have any effect because they are written to the database. Those values have priority over the config files. To change them enter the "System Admin" section on the web-ui. If you encounter issues with file upload, it's likely that those are configured incorrectly.
|
Important: Changing those values in the config files later won't have any effect because they are written to the database. Those values have priority over the config files. To change them enter the "System Admin" section on the web-ui. If you encounter issues with file upload, it's likely that those are configured incorrectly.
|
||||||
```
|
```
|
||||||
|
@ -127,6 +120,16 @@ Networks:
|
||||||
- HTTPS=false
|
- HTTPS=false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### *seahub*
|
||||||
|
Username / E-Mail of the first admin user.
|
||||||
|
```
|
||||||
|
- SEAFILE_ADMIN_EMAIL=me@example.com
|
||||||
|
```
|
||||||
|
Password of the first admin user.
|
||||||
|
```
|
||||||
|
- SEAFILE_ADMIN_PASSWORD=asecret
|
||||||
|
```
|
||||||
|
|
||||||
### *db*
|
### *db*
|
||||||
Password of the mariadb root user. Must match DB_ROOT_PASSWD.
|
Password of the mariadb root user. Must match DB_ROOT_PASSWD.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue