Voux

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:

Terminal
git pull

Then install any new or updated dependencies:

Terminal
npm install

Finally, start the application:

Terminal
npm run dev

Docker 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:

Terminal
docker pull ghcr.io/quintixlabs/voux/voux:latest

Docker Compose

Update and restart the container with a single command:

Terminal
docker compose up -d --pull always

  • Watch the GitHub repo to stay updated
  • Check release notes before upgrading

 

Edit on GitHub

Last updated on