Out-of-the-box docker images for AppRTC-Server dev/test purpose.
10K+
macOS host:
docker run --rm \
-p 8080:8080 -p 8089:8089 -p 3478:3478 -p 3478:3478/udp -p 3033:3033 \
-p 59000-65000:59000-65000/udp \
-e PUBLIC_IP=<server public IP> \
-it piasy/apprtc-server
Linux host:
docker run --rm --net=host \
-e PUBLIC_IP=<server public IP> \
-it piasy/apprtc-server
About port publish:
8080 is used for room server;8089 is used for signal server;3033 is used for ICE server;3478, UDP 3478 and UDP 59000-65000 is used for TURN/STUN server;So make sure your firewall has opened those ports.
Content type
Image
Digest
Size
719.6 MB
Last updated
over 7 years ago
docker pull piasy/apprtc-server