To update the Link using Docker you must:
- Check the current version of the server (in the left low corner of the Login page in the Link web interface).
- In the repository check if there are no update peculiarities for the version you want to install. If there is, read the attached manual and complete the instructions.
- If there are no update peculiarities or when the instructions are done, go to the script folder and run the command to download new data.
docker-compose pull
When all data be be downloaded, stop the Link server with the help of the command:
docker-compose down
In some seconds run the Link again with the command:
docker-compose up -d
- As a result new version will start functioning.