mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-04 14:34:59 -06:00
Updated Updating the bitwarden image (markdown)
parent
9dbfeadba2
commit
29ace7230d
@ -34,6 +34,13 @@ docker rm bitwarden_data
|
||||
|
||||
# Alternatively you can keep data container around for future updates in which case you can skip last step.
|
||||
```
|
||||
## Updating when using docker-compose
|
||||
|
||||
```sh
|
||||
docker-compose stop
|
||||
docker-compose pull
|
||||
docker-compose start
|
||||
```
|
||||
|
||||
## Updating when using systemd service (in this case Debian/Raspbian)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user