mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 18:59:21 -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 systemctl restart bitwarden.service
|
||||||
Sudo docker prune -f
|
Sudo docker prune -f
|
||||||
#WARNING this could delete stopped or unused containers, etc. not associated with bitwarden_rs
|
#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
|
0 3 * * * sudo /usr/bin/docker system prune -f
|
||||||
```
|
```
|
||||||
Use
|
Use `docker which` if `/usr/bin/docker` is not the correct path to docker
|
||||||
```
|
|
||||||
docker which
|
|
||||||
```
|
|
||||||
If
|
|
||||||
```
|
|
||||||
/usr/bin/docker
|
|
||||||
```
|
|
||||||
is not the correct path to docker
|
|
||||||
Reference in New Issue
Block a user