This commit is contained in:
Ralf Dyllick-Brenzinger 2021-07-13 21:58:26 +02:00
commit f23d4a38d0
3 changed files with 8 additions and 3 deletions

View File

@ -81,6 +81,11 @@ fs_id_list_request_timeout = 300
Please check our document for how to upgrade to 7.1: [upgrade notes for 7.1.x](../upgrade/upgrade_notes_for_7.1.x.md)
### 7.1.21 (2021/07/13)
* Make file download link generated for OnlyOffice can be used by multiple times
* Improve OnlyOffice integration logs
### 7.1.20 (2021/07/02)
* [fix] Fix a cache bug for OnlyOffice integration.

View File

@ -8,11 +8,11 @@ If you are not familiar with docker commands, please refer to [docker documentat
**Note**: If you want to deploy the Seafile Pro Edition with docker, refor to the [Deploying Seafile-pro with Docker](../deploy_pro/deploy_with_docker.md)
## For seafile 7.x.x
## For seafile 7.x.x or newer
Starting with 7.0, we have adjusted seafile-docker image to use multiple containers. The old image runs MariaDB-Server and Memcached in the same container with Seafile server. Now, we strip the MariaDB-Server and Memcached services from the Seafile image and run them in their respective containers.
If you plan to deploy seafile 7.0, you should refer to the [Deploy Documentation](<../docker/deploy seafile with docker.md>).
If you plan to deploy seafile 7.0 or newer version, you should refer to the [Deploy Documentation](<../docker/deploy seafile with docker.md>).
If you plan to upgrade 6.3 to 7.0, you can refer to the [Upgrade Documentation](<../docker/6.3 upgrade to 7.0.md>).

View File

@ -6,7 +6,7 @@
### Install docker-compose
Seafile v7.x.x image uses docker-compose. You should first install the docker-compose command.
Seafile v7.x.x (or newer versions) image uses docker-compose. You should first install the docker-compose command.
```bash
# for CentOS