Expose frigate UI port to host for troubleshooting and access

This commit is contained in:
Chris King
2025-01-16 14:29:13 -08:00
parent 6040bcba8e
commit ceb05e3644

View File

@@ -20,6 +20,7 @@ services:
networks: networks:
- proxy-net - proxy-net
ports: ports:
- "8971:8971"
- "8554:8554" # RTSP feeds - "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp - "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp - "8555:8555/udp" # WebRTC over udp