mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
add link to Watchtower
parent
5a8990f541
commit
fcb88b3ffc
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ docker rm bitwarden_data
|
||||||
|
|
||||||
# Alternatively you can keep data container around for future updates in which case you can skip last step.
|
# Alternatively you can keep data container around for future updates in which case you can skip last step.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also use a tool like [Watchtower](https://containrrr.dev/watchtower/) to automate the update process. Watchtower can periodically check for an update to the Docker image, pull the updated image, and recreate the container using the updated image.
|
||||||
|
|
||||||
## Updating when using docker-compose
|
## Updating when using docker-compose
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue