Uninstall Bindplane Server in Docker Compose
Guide for removing Bindplane Server when deployed with Docker, including container, image, and volume cleanup.
Bindplane Server can be uninstalled by using the docker compose down
command. Use the -v
flag to remove volumes as well.
docker compose down (-v)
Last updated
Was this helpful?