2_Update
Last modified by Jan Brinkhaus on 2023/03/27 11:08
Update
To update the software, execute a cycle of "docker-compose down + pull + up" in the directory where you placed the docker-compose.yml file.
If you followed the example from the installation page (which leads to a docker-compose.yml in /var/docker_data), the lines are
cd /var/docker_data
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
The commands are equal for linux and Windows. Only the directory for the "cd" command must be adapted to the right directory name.