mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #587 from haiwen/add_seadoc_yml_download
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Add a download link for seadoc.yml in the upgrade documentation.
This commit is contained in:
commit
88ed52222d
|
|
@ -70,6 +70,14 @@ Then download the new `seafile-server.yml` according to the following commands:
|
|||
wget https://manual.seafile.com/13.0/repo/docker/pro/seasearch.yml
|
||||
```
|
||||
|
||||
#### Step 2.4) Download `.yml` file for SeaDoc (optional)
|
||||
|
||||
If you use SeaDoc extension, the seadoc.yml file need to be updated too:
|
||||
|
||||
```sh
|
||||
wget https://manual.seafile.com/13.0/repo/docker/seadoc.yml
|
||||
```
|
||||
|
||||
### Step 3) Modify `.env`, update image version and add cache configurations
|
||||
|
||||
#### Step 3.1) Update image version to Seafile 13
|
||||
|
|
|
|||
Loading…
Reference in New Issue