Skip to main content
Version: 4.0.5

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, an all-in-one security dashboard built on top of Fix Inventory.

Prerequisites​

Directions​

  1. 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.0.5/docker-compose.yaml
  2. Restart the services defined in the docker-compose.yaml file:

    $ docker-compose up -d
    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.