mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 17:59:20 -07:00
Updated Updating the bitwarden image (markdown)
@@ -36,9 +36,9 @@ docker rm bitwarden_data
|
||||
```
|
||||
|
||||
|
||||
Updating when using systemd service (in this case Debian/Rasbian)
|
||||
## Updating when using systemd service (in this case Debian/Rasbian)
|
||||
|
||||
```
|
||||
```sh
|
||||
Sudo systemctl restart bitwarden.service
|
||||
Sudo docker prune -f
|
||||
#WARNING this could delete stopped or unused containers, etc. not associated with bitwarden_rs
|
||||
@@ -65,12 +65,4 @@ Sudo crontab -e
|
||||
|
||||
0 3 * * * sudo /usr/bin/docker system prune -f
|
||||
```
|
||||
Use
|
||||
```
|
||||
docker which
|
||||
```
|
||||
If
|
||||
```
|
||||
/usr/bin/docker
|
||||
```
|
||||
is not the correct path to docker
|
||||
Use `docker which` if `/usr/bin/docker` is not the correct path to docker
|
||||
Reference in New Issue
Block a user