mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix: some error
This commit is contained in:
parent
0782e70445
commit
98c0bbebd7
|
|
@ -47,8 +47,16 @@ If you would like to use *SeaSearch* as the search engine, the `elasticSearch` s
|
|||
|
||||
```yml
|
||||
services:
|
||||
#elasticsearch: # remove or note the whole `elasticsearch` section
|
||||
#...
|
||||
seafile:
|
||||
...
|
||||
depends_on:
|
||||
...
|
||||
#elasticsearch: # remove or note the `elasticsearch` service Dependency
|
||||
#condition: service_started
|
||||
|
||||
|
||||
#elasticsearch: # remove or note the whole `elasticsearch` section
|
||||
#...
|
||||
```
|
||||
|
||||
## Modify `seafevents.conf`
|
||||
|
|
|
|||
Loading…
Reference in New Issue