Skip to main content

Upgrading to a new version

info

Check out the release notes before upgrading!

note

Create a backup before updating. If you are using docker-compose, you are using Docker Compose v1, which has been deprecated. Docker Compose commands refer to Docker Compose v2. Consider upgrading your docker setup, see Migrate to Compose V2

Within the directory where the YML file is located, pull the new images:

docker compose pull

and restart the stack with docker compose up. To run the containers in the background add the -d flag:

docker compose up -d