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
9cfd4c2639
commit
f10b51478c
|
@ -24,6 +24,8 @@ docker run -d --name seafile \
|
|||
|
||||
Wait for a few minutes for the first time initialization, then visit `http://seafile.example.com` to open Seafile Web UI.
|
||||
|
||||
This command will mount folder `/opt/seafile-data` at the local server to the docker instance. You can find logs and other data under this folder.
|
||||
|
||||
### More configuration Options
|
||||
|
||||
#### Custom Admin Username and Password
|
||||
|
@ -77,9 +79,9 @@ docker restart seafile
|
|||
|
||||
#### Find logs
|
||||
|
||||
The seafile logs are under `shared/logs/seafile`.
|
||||
The seafile logs are under `shared/logs/seafile` in the docker, or `/opt/seafile-data/logs/seafile` in the server that run the docker.
|
||||
|
||||
The system logs are under `shared/logs/var-log`.
|
||||
The system logs are under `shared/logs/var-log`, or `/opt/seafile-data/logs/var-log` in the server that run the docker.
|
||||
|
||||
#### Add a new Admin
|
||||
|
||||
|
|
Loading…
Reference in a new issue