diff --git a/manual/docker/upgrade/7.0_7.1.md b/manual/docker/upgrade/7.0_7.1.md deleted file mode 100644 index c880eeeb..00000000 --- a/manual/docker/upgrade/7.0_7.1.md +++ /dev/null @@ -1,3 +0,0 @@ -# Upgrade from 7.0 to 7.1 - -Just download the new image, stop the old docker container, modify the Seafile image version in docker-compose.yml to the new version, then start with docker-compose up. diff --git a/manual/docker/upgrade/upgrade_docker.md b/manual/docker/upgrade/upgrade_docker.md new file mode 100644 index 00000000..08eb30c5 --- /dev/null +++ b/manual/docker/upgrade/upgrade_docker.md @@ -0,0 +1,9 @@ +# Upgrade Seafile Docker + +## Upgrade from 7.0 to 7.1 + +Just download the new image, stop the old docker container, modify the Seafile image version in docker-compose.yml to the new version, then start with docker-compose up. + +## Upgrade from 7.1 to 8.0 + +Just download the new image, stop the old docker container, modify the Seafile image version in docker-compose.yml to the new version, then start with docker-compose up. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 64dbe3b7..728baa0e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -131,8 +131,7 @@ nav: - Upgrade from 6.3 to 7.0: - Upgrade Seafile Docker CE: docker/6.3 upgrade to 7.0.md - Upgrade Seafile Docker Pro: docker/pro-edition/6.3 upgrade to 7.0.md - - Upgrade for other versions: - - 7.0 to 7.1: docker/upgrade/7.0_7.1.md + - Upgrade for other versions: docker/upgrade/upgrade_docker.md - Configuration and Customization: - Forward: config/README.md - ccnet.conf: config/ccnet-conf.md