Match docker config

This commit is contained in:
unknown 2023-04-13 21:12:08 -04:00
parent 1be8827498
commit 00bc52d45d

View File

@ -106,7 +106,8 @@ docker-compose.yml
services:
frigate:
ports:
- "8555:8555"
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
```
:::