diff --git a/manual/repo/docker/pro/seafile-server.yml b/manual/repo/docker/pro/seafile-server.yml index 4dfc2c82..71eb279b 100644 --- a/manual/repo/docker/pro/seafile-server.yml +++ b/manual/repo/docker/pro/seafile-server.yml @@ -85,8 +85,6 @@ services: condition: service_healthy redis: condition: service_started - elasticsearch: - condition: service_started networks: - seafile-net diff --git a/manual/setup/use_seasearch.md b/manual/setup/use_seasearch.md index c1d011f8..425ac9be 100644 --- a/manual/setup/use_seasearch.md +++ b/manual/setup/use_seasearch.md @@ -42,19 +42,7 @@ INIT_SS_ADMIN_PASSWORD= ## Modify `seafile-server.yml` to disable `elasticSearch` service -If you would like to use *SeaSearch* as the search engine, the `elasticSearch` service can be removed, which is no longer used: - -- `seafile-server.yml`: - ```yml - services: - seafile: - ... - depends_on: - ... - #elasticsearch: # remove or note the `elasticsearch` service Dependency - #condition: service_started - ``` -- `.env`: Remove `elasticsearch.yml` in the list variable `COMPOSE_FILE` +If you would like to use *SeaSearch* as the search engine, the `elasticSearch` service can be removed, which is no longer used: remove `elasticsearch.yml` in the list variable `COMPOSE_FILE` on the file `.env`. ## Modify `seafevents.conf`