Update frigate server in docker using ssh

Опубликовано: 06 Май 2026
на канале: Home automation helper
14
0

in this video I am going to walk you through how I update frigate server in docker

here are the commands I use in this video
ssh (server_name)@(ip_address) remove the parenthesis and input your info
nano docker-compose.yml
edit the image line to the latest image for frigate server, as of the recording of this video its 0.17.1
docker-compose pull
docker-compose down
docker-compose up -d
and you have successfully updated the frigate server.