mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 18:59:21 -07:00
change wrong docker command syntax
@@ -39,7 +39,7 @@ docker rm bitwarden_data
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo systemctl restart bitwarden.service
|
sudo systemctl restart bitwarden.service
|
||||||
sudo docker prune -f
|
sudo docker system 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
|
||||||
#be carefull and look which containers you need
|
#be carefull and look which containers you need
|
||||||
docker ps -a
|
docker ps -a
|
||||||
|
|||||||
Reference in New Issue
Block a user