mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 09:13:36 +08:00
docs: update README
This commit is contained in:
parent
e88c95454e
commit
6ae44ed99c
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -221,17 +221,6 @@ docker-compose pull && docker-compose up -d --no-build
|
|||
```
|
||||
|
||||
in the folder where `docker-compose.yml` is located. Backup is not required as your data is saved in Docker volumes but recommended.
|
||||
You could also set up [watchtower](https://github.com/containrrr/watchtower) for automatic updates.
|
||||
|
||||
```sh
|
||||
docker run -d \
|
||||
--name watchtower \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--restart always \
|
||||
containrrr/watchtower \
|
||||
--cleanup --include-restarting \
|
||||
zu-main zu-controller
|
||||
```
|
||||
|
||||
### Backup
|
||||
|
||||
|
|
Loading…
Reference in a new issue