Skip to content
Discussion options

You must be logged in to vote

The current stable version of Frigate is 0.17.0. (1)

You're currently running 0.16.1, which is behind the latest stable release. The stable tag always points to the latest stable release after pulling. (1)

To update to 0.17.0:

  1. Stop your container:
docker compose down frigate

(1)

  1. Pull the latest image:
docker pull ghcr.io/blakeblackshear/frigate:stable

(1)

  1. Start the container:
docker compose up -d

(1)

Since you're using the stable tag, you don't need to update the tag in your docker-compose.yml manually—just pull the image and the stable tag will give you 0.17.0. (1)

Before updating, make sure to:

  • Back up your /config directory (including config.yml and frigate.db) (1)
  • Review the r…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ReticentRobot
Comment options

Answer selected by ReticentRobot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant