Update frigate.sh
Add go2rtc port
This commit is contained in:
parent
ac34991ea7
commit
4be1d23dcd
1 changed files with 2 additions and 0 deletions
|
@ -69,3 +69,5 @@ msg_ok "Set Container to Normal Resources"
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${APP} should be reachable by going to the following URL.
|
echo -e "${APP} should be reachable by going to the following URL.
|
||||||
${BL}http://${IP}:5000${CL} \n"
|
${BL}http://${IP}:5000${CL} \n"
|
||||||
|
echo -e "go2rtc should be reachable by going to the following URL.
|
||||||
|
${BL}http://${IP}:1984${CL} \n"
|
||||||
|
|
Loading…
Reference in a new issue