Update

This section describes how to upgrade to the latest release when a new release appears after installation (you will be informed when there are new releases).

First stop and delete the containers of the currently used version

docker-compose down

Then download the new tags from the remote server

git fetch --tags

Finally you can switch to the latest release (tag)

git checkout $(git tag | sort -V | tail -1)

NOTE: If a release was manually downloaded and unpacked, the latest release must be downloaded accordingly. Then the workspace/ folder of the new version can be replaced with the folder from the old version.