change wrong docker command syntax

muibusan
2019-08-10 16:24:46 +02:00
parent ae2cc29efa
commit 12ed0c4ef9

@@ -39,7 +39,7 @@ docker rm bitwarden_data
```sh
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
#be carefull and look which containers you need
docker ps -a