mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
change inserted line feeds in code segment for better readability
@@ -42,8 +42,10 @@ sudo systemctl restart bitwarden.service
|
|||||||
sudo docker system 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
|
||||||
shows stopped containers
|
#shows stopped containers
|
||||||
|
|
||||||
#WARNING! This will remove:
|
#WARNING! This will remove:
|
||||||
# - all stopped #containers
|
# - all stopped #containers
|
||||||
# - all networks not used by at least one container
|
# - all networks not used by at least one container
|
||||||
|
|||||||
Reference in New Issue
Block a user