Add a line with the version to .env
file. For example:
VERSION=v23.03
or
VERSION=v23.03.1
Download the latest compose file:
wget https://docs.mitigator.ru/collector/v23.08/dist/docker-compose.yml -O docker-compose.yml
Make sure that the target major version number is indicated in the address bar.
Log in to the image repository with your credentials:
docker login docker.mitigator.ru
Download the images:
docker-compose pull
Restart Collector:
docker-compose down && docker-compose up -d