From 5acfb60efb9e7008eda01f7600bc8ab123b7f25a Mon Sep 17 00:00:00 2001 From: plt Date: Sat, 6 Feb 2021 19:43:38 +0800 Subject: [PATCH] Update instructions for upgrade docker --- manual/docker/upgrade/7.0_7.1.md | 3 --- manual/docker/upgrade/upgrade_docker.md | 9 +++++++++ mkdocs.yml | 3 +-- 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 manual/docker/upgrade/7.0_7.1.md create mode 100644 manual/docker/upgrade/upgrade_docker.md 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