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

Troubleshooting

If the update does not appear properly after upgrading:

  • Restart the Voux instance/container
  • Clear cookies and site data for your self-hosted instance
  • If you use Cloudflare, clear or bypass the cache for your Voux domain

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

 

Edit on GitHub

Last updated on