update: script path
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run

This commit is contained in:
Jizhou Deng 2025-11-27 11:59:42 +08:00
parent 99f68c420e
commit d1f4c9e01e

View File

@ -64,7 +64,7 @@ index_office_pdf=true
=== "Deploy in Docker"
```sh
docker exec -it seafile bash
cd /scripts
cd /opt/seafile/seafile-server-latest
./seafile.sh restart
# delete the existing search index and recreate it
@ -91,7 +91,7 @@ You can rebuild search index by running:
=== "Deploy in Docker"
```sh
docker exec -it seafile bash
cd /scripts
cd /opt/seafile/seafile-server-latest
./pro/pro.py search --clear
./pro/pro.py search --update
```
@ -144,7 +144,7 @@ The search index is updated every 10 minutes by default. So before the first ind
=== "Deploy in Docker"
```sh
docker exec -it seafile bash
cd /scripts
cd /opt/seafile/seafile-server-latest
./pro/pro.py search --update
```
=== "Deploy from binary packages"