From 98c0bbebd75a56a3b19714924d684b2e7c9f36e9 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Sun, 23 Feb 2025 14:30:32 +0800 Subject: [PATCH] fix: some error --- manual/setup/use_seasearch.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/manual/setup/use_seasearch.md b/manual/setup/use_seasearch.md index f29693a0..2c97dd24 100644 --- a/manual/setup/use_seasearch.md +++ b/manual/setup/use_seasearch.md @@ -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`