Update to Go2rtc rc8 (#5078)

* Remove redundant default port

* Update version

* Suggest port mapping 8555 tcp and udp
This commit is contained in:
Nicolas Mowen
2023-01-13 16:18:18 -07:00
committed by GitHub
parent 2031c3146f
commit 170899bd71
3 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \
FROM wget AS go2rtc
ARG TARGETARCH
WORKDIR /rootfs/usr/local/go2rtc/bin
RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.7/go2rtc_linux_${TARGETARCH}" \
RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.8/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc