Updating Voux
Stay up to date with Voux.
Manual Installation updates
This applies if you installed Voux by cloning the repository.
See the full guide here: 📦 Manual Installation
First, pull the latest changes from Git:
git pullThen install any new or updated dependencies:
npm installFinally, start the application:
npm run devDocker updates
This applies if you are running Voux with Docker. See the Docker setup here: 🐋 Docker
Docker Run
Pull the latest image, then restart the container to apply the update:
docker pull ghcr.io/quintixlabs/voux/voux:latestDocker Compose
Update and restart the container with a single command:
docker compose up -d --pull alwaysRecommended things to do
- Watch the GitHub repo to stay updated
- Check release notes before upgrading
Edit on GitHub
Last updated on