Skip to content

Commit

Permalink
remove reference to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Oct 18, 2020
1 parent 939d1ba commit 4db285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run --rm \
-v /etc/localtime:/etc/localtime:ro \
-p 5000:5000 \
-e FRIGATE_RTSP_PASSWORD='password' \
blakeblackshear/frigate:stable
blakeblackshear/frigate:0.7.0-amd64
```

Example docker-compose:
Expand All @@ -41,7 +41,7 @@ Example docker-compose:
restart: unless-stopped
privileged: true
shm_size: '100m' # only needed with large numbers of high res cameras
image: blakeblackshear/frigate:stable
image: blakeblackshear/frigate:0.7.0-amd64
volumes:
- /dev/bus/usb:/dev/bus/usb
- /etc/localtime:/etc/localtime:ro
Expand Down

0 comments on commit 4db285a

Please sign in to comment.