Skip to content

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:

Terminal window
docker compose pull
docker compose up -d

Check the logs after updating:

Terminal window
docker compose logs -f guidevault

Before major updates, make a copy of your config and data folders:

/config
/data

Your library folders should be separate from the application data folders so updates do not touch the actual manuals, guides, and magazines.