mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
For environments that are dual-stack, the current config will only listen on ipv4. Adding an extra listen directive should allow connections to be served on both ipv4 & ipv6. I couldn't figure out how to do this with a single `listen` directive. In theory, a single `[::]:5000 ipv6only=off` should work, but trying that on my local enviroment, ipv4 clients were unable to connect. A mystery. |
||
|---|---|---|
| .. | ||
| rootfs | ||
| Dockerfile.aarch64 | ||
| Dockerfile.amd64 | ||
| Dockerfile.amd64nvidia | ||
| Dockerfile.armv7 | ||
| Dockerfile.base | ||
| Dockerfile.dev | ||
| Dockerfile.ffmpeg.aarch64 | ||
| Dockerfile.ffmpeg.amd64 | ||
| Dockerfile.ffmpeg.amd64nvidia | ||
| Dockerfile.ffmpeg.armv7 | ||
| Dockerfile.nginx | ||
| Dockerfile.web | ||
| Dockerfile.wheels | ||