Updating
Updating
Section titled “Updating”If you installed GuideVault with Docker Compose, updating usually means pulling the newest image and recreating the container.
From the folder containing docker-compose.yml:
docker compose pulldocker compose up -dCheck the logs after updating:
docker compose logs -f guidevaultRollback habit
Section titled “Rollback habit”Before major updates, make a copy of your config and data folders:
/config/dataYour library folders should be separate from the application data folders so updates do not touch the actual manuals, guides, and magazines.
