mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add config to go2rtc
This commit is contained in:
parent
c82f5240b6
commit
8b4a2353d0
@ -149,6 +149,7 @@ RUN S6_ARCH="${TARGETARCH}" \
|
||||
EXPOSE 5000
|
||||
EXPOSE 1935
|
||||
EXPOSE 8554
|
||||
EXPOSE 8555
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
/usr/local/go2rtc/sbin/go2rtc
|
||||
/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/go2rtc.yaml
|
||||
2
docker/rootfs/usr/local/go2rtc/go2rtc.yaml
Normal file
2
docker/rootfs/usr/local/go2rtc/go2rtc.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
webrtc:
|
||||
listen: ":8555
|
||||
Loading…
Reference in New Issue
Block a user