chore: update Docker images to new repository and enable Watchtower for automatic updates

This commit is contained in:
Anish Sarkar 2026-02-26 18:39:24 +05:30
parent 4f59e2c1f9
commit 35025bf0c5
2 changed files with 14 additions and 6 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-filter "com.docker.compose.project=surfsense"
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --run-once --label-enable
```
**Update (manual):**