Automatic Updates
This article is on automatic updates of Ocelot-Cloud itself. The apps installed in Ocelot-Cloud are already automatically updated by Ocelot-Cloud. On the server, run:
sudo crontab -e
Add a cronjob automatically updating ocelotcloud image, for example:
0 3 * * * /usr/bin/bash -c "docker pull ocelotcloud/ocelotcloud:latest && docker compose -f /path/to/docker-compose.yml up -d"
Is it recommended to test the bash command above for correct execution by manually running it.