diff --git a/docker/rootfs/etc/services.d/go2rtc/run b/docker/rootfs/etc/services.d/go2rtc/run index 04b6a047b..1601fb9a0 100644 --- a/docker/rootfs/etc/services.d/go2rtc/run +++ b/docker/rootfs/etc/services.d/go2rtc/run @@ -1,2 +1,2 @@ #!/usr/bin/execlineb -P -/usr/local/go2rtc/sbin/go2rtc -config=./go2rtc.yaml \ No newline at end of file +/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/sbin/go2rtc.yaml \ No newline at end of file diff --git a/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml b/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml index f2d9faa8e..e220e985a 100644 --- a/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml +++ b/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml @@ -1,2 +1,2 @@ webrtc: - listen: ":8555" + listen: ":8555" \ No newline at end of file