Skip to main content

Upgrading to a new version

info

Check out the release notes before upgrading!

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