Uninstall
To uninstall AliasVault, run the following command. This will stop and remove the AliasVault containers and remove the Docker images.
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
- Run docker compose down and remove any local Docker images related to AliasVault.
$ docker compose down --rmi all