Expose 8554 for rtsp relay from go2rtc

This commit is contained in:
Nick Mowen 2022-10-14 14:46:38 -06:00
parent 000b76e13f
commit 7f9818fe17
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -148,6 +148,7 @@ RUN S6_ARCH="${TARGETARCH}" \
EXPOSE 5000
EXPOSE 1935
EXPOSE 8554
ENTRYPOINT ["/init"]