Closed SpringMT closed 2 years ago
Description To access this URL https://localhost:8080/?wshpp=localhost:8089&wstls=true, need to change the docker run option docker run -p 443:443 to docker run -p 8080:443.
https://localhost:8080/?wshpp=localhost:8089&wstls=true
docker run -p 443:443
docker run -p 8080:443
Purpose
Fixed https://github.com/webrtc/apprtc/commit/0430747bd0a4bd3aa08fd9c42231773b776241c2
Description To access this URL
https://localhost:8080/?wshpp=localhost:8089&wstls=true
, need to change the docker run optiondocker run -p 443:443
todocker run -p 8080:443
.Purpose