Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

upgrade_from_old_format.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

Follow these steps:

  1. Stop & Delete the old container.
  2. Pull the new images.
  3. Run the new container.

e.g.

Assume your old project path is /opt/seafile-docker, so your data path is /opt/seafile-docker/shared.

docker rm -f seafile
docker pull seafileltd/seafile:latest
docker run -it --name seafile -v /opt/seafile-docker/shared:/shared -p 80:80 -p 443:443 seafileltd/seafile:latest

Congratulations, you've upgraded to a new version.