Wiki source code of 2_Update

Last modified by Jan Brinkhaus on 2023/03/27 11:08

Show last authors
1 = Update =
2
3 To update the software, execute a cycle of "docker-compose down + pull + up" in the directory where you placed the docker-compose.yml file.
4
5 If you followed the example from the [[installation>>doc:Product support.FileSync.1_Installation.WebHome]] page (which leads to a docker-compose.yml in /var/docker_data), the lines are
6
7 {{code language="Shell script"}}
8 cd /var/docker_data
9 sudo docker-compose down
10 sudo docker-compose pull
11 sudo docker-compose up -d
12 {{/code}}
13
14 The commands are equal for linux and Windows. Only the directory for the "cd" command must be adapted to the right directory name.