mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update instructions for upgrade docker
This commit is contained in:
parent
9b01a4340b
commit
5acfb60efb
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue