mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
454 B
454 B
Follow these steps:
- Stop & Delete the old container.
- Pull the new images.
- 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.