mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Expose 8554 for rtsp relay from go2rtc
This commit is contained in:
parent
000b76e13f
commit
7f9818fe17
@ -28,6 +28,7 @@ services:
|
||||
- "5000:5000"
|
||||
- "5001:5001"
|
||||
- "8080:8080"
|
||||
- "8554:8554"
|
||||
entrypoint: ["sudo", "/init"]
|
||||
command: /bin/sh -c "while sleep 1000; do :; done"
|
||||
mqtt:
|
||||
|
||||
@ -148,6 +148,7 @@ RUN S6_ARCH="${TARGETARCH}" \
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 1935
|
||||
EXPOSE 8554
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user