Uninstall Allure Testops via Docker Compose
To uninstall an Allure Testops instance that has been installed via Docker Compose:
Open a terminal application.
Navigate to the Allure Testops installation directory, for example:
cd ~/allure-testops
Remove the Docker containers and all related data:
docker compose down -v --rmi local
See also
© Qameta Software Inc. All rights reserved.