❌Uninstall

Whenever the installation method you choose, to completely uninstall WebDB:

docker rm -f $(docker ps -a -q --filter ancestor=webdb/app ) webdb

It stop container and remove image

Last updated