How to Update Fix Inventory
We regularly release new versions of Fix Inventory with bug fixes and new features, and recommend keeping your Fix Inventory installation up to date.
tip
Don't want to manage your own Fix Inventory installation? Get started for free with Fix Security, an all-in-one security dashboard built on top of Fix Inventory.
Prerequisites​
Directions​
-
Fetch the
docker-compose.yaml
file for the latest Fix Inventory version. See the list of versions if you want to use a specific version.$ curl -Lo docker-compose.yaml https://github.com/someengineering/fixinventory/releases/download/4.1.0/docker-compose.yaml
-
Restart the services defined in the
docker-compose.yaml
file:$ docker-compose up -d
noteDocker Compose V2 integrated compose functions in to the Docker platform.
In Docker Compose V2, the command is
docker compose
(no hyphen) instead ofdocker-compose
.