Replies: 1 comment 11 replies
-
what is your config file? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I've been trying to get frigate to work for a few days now. I would like to use a Lenovo E135 for this.
Most recently, I used this guide (https://docs.frigate.video/guides/getting_started/) and followed all the steps accordingly. My setup directories look exactly like the instructions. I didn't create a config.yml because I wanted to edit it in the built-in configuration editor. After I start docker, I can log in to frigate from time to time. However, the configuration editor cannot be opened. And then I get the error message “Website cannot be reached”.
A few days ago I installed Linux Ubuntu 22.04 and tried to get frigate to work. But I got the same error.
What did i do wrong? Thanks for the help in advance!
Frigate logs:
docker-compose.yml
services:
frigate:
container_name: frigate
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
volumes:
- ./config:/config
- ./storage:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "8554:8554" # RTSP feeds
Beta Was this translation helpful? Give feedback.
All reactions