docs: update installation instructions across multiple languages to include new Docker command and manual update process

This commit is contained in:
Anish Sarkar 2026-02-26 18:51:13 +05:30
parent 35025bf0c5
commit 71a995da23
5 changed files with 65 additions and 21 deletions

View file

@ -90,7 +90,7 @@ For Docker Compose and other deployment options, see the [Docker Installation do
**Update (recommended — Watchtower):**
```bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --run-once --label-enable
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --label-enable --interval 86400
```
**Update (manual):**