mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update README.md
This commit is contained in:
parent
4c66237b03
commit
f882ffac13
20
README.md
20
README.md
|
@ -24,6 +24,26 @@ sudo ./launcher bootstrap
|
||||||
sudo ./launcher start
|
sudo ./launcher start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now visit `http://hostname` or `https://hostname` to open Seafile Web UI.
|
||||||
|
|
||||||
|
### How to use
|
||||||
|
|
||||||
|
#### Modify configurations
|
||||||
|
|
||||||
|
The config files are under `shared/seafile/conf`. You can modify the configurations according to [Seafile manual](https://manual.seafile.com/)
|
||||||
|
|
||||||
|
After modification, restart the docker instance:
|
||||||
|
|
||||||
|
```
|
||||||
|
./launcher stop
|
||||||
|
./launcher start
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Find logs
|
||||||
|
|
||||||
|
The logs are under `shared/logs/seafile`.
|
||||||
|
|
||||||
|
|
||||||
### Directory Structure
|
### Directory Structure
|
||||||
|
|
||||||
#### `/bootstrap`
|
#### `/bootstrap`
|
||||||
|
|
Loading…
Reference in a new issue