Files
aliasvault/docs/installation/docker-compose/advanced/uninstall.md
Leendert de Borst 961977c9e2 Update docs (#1181)
2025-09-08 18:51:39 +02:00

587 B

layout, title, parent, grand_parent, nav_order
layout title parent grand_parent nav_order
default Uninstall Advanced Docker Compose 4

Uninstall

To uninstall AliasVault, run the following command. This will stop and remove the AliasVault containers and remove the Docker images.

{: .note } This will not delete any data stored in the database. If you wish to delete all data, you should manually delete the database directory and the other directories created by AliasVault.

Steps

  1. Run docker compose down and remove any local Docker images related to AliasVault.
$ docker compose down --rmi all