mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
docs: update installation instructions across multiple languages to include new Docker command and manual update process
This commit is contained in:
parent
35025bf0c5
commit
71a995da23
5 changed files with 65 additions and 21 deletions
|
|
@ -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):**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue