webrtc / apprtc

appr.tc has been shutdown. Please use the Dockerfile to run your own test/dev instance.
BSD 3-Clause "New" or "Revised" License
4.16k stars 1.37k forks source link

Fix docker run option about port #727

Closed SpringMT closed 2 years ago

SpringMT commented 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.

Purpose

SpringMT commented 2 years ago

Fixed https://github.com/webrtc/apprtc/commit/0430747bd0a4bd3aa08fd9c42231773b776241c2