How to Uninstall Fix Inventory
note
Need help or have feedback on Fix Inventory? Open an issue on GitHub or chat with us on Discord.
Directions​
In the directory where you installed Fix Inventory (containing the file docker-compose.yaml
), run the following command:
$ docker-compose down
note
Docker Compose V2 integrated compose functions in to the Docker platform.
In Docker Compose V2, the command is docker compose
(no hyphen) instead of docker-compose
.