Run with
docker run -d -p 8080:8080 -p 40000-40100:40000-40100/udp -e WEBRTC_NAT_1TO1_HOST=YOUR_LAN_IP mrcreativ3001/moonlight-web-stream:latestand replace YOUR_LAN_IP with the device ip address of the local network.
-
Copy the docker-compose.with-turn.yaml into your own
docker-compose.yaml. -
Create a new
.envfile with:
ML_WEB_VERSION=latest
LAN_ADDRESS=127.0.0.1 # Change this to the device ip address of the local network.
TURN_URL=myturn.com
TURN_USERNAME=myrandomuser
TURN_CREDENTIAL=myrandompass- Run with docker-compose
docker compose up