File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ services:
2626 # Eval Server WebSocket
2727 - " 8082:8082"
2828 # WebRTC UDP port range for local development
29- - " 56000-56100:56000-56100 /udp"
29+ - " 57000-57100:57000-57100 /udp"
3030 environment :
3131 # Display settings
3232 - DISPLAY_NUM=1
3333 - HEIGHT=768
3434 - WIDTH=1024
3535 # WebRTC settings
3636 - ENABLE_WEBRTC=true
37- - NEKO_WEBRTC_EPR=56000-56100
37+ - NEKO_WEBRTC_EPR=57000-57100
3838 - NEKO_WEBRTC_NAT1TO1=127.0.0.1
3939 # Run as kernel user (not root)
4040 - RUN_AS_ROOT=false
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ if [[ "${ENABLE_WEBRTC:-}" == "true" ]]; then
141141 if [[ -n " ${NEKO_ICESERVERS:- } " ]]; then
142142 RUN_ARGS+=( -e NEKO_ICESERVERS=" $NEKO_ICESERVERS " )
143143 else
144- RUN_ARGS+=( -e NEKO_WEBRTC_EPR=56000-56100 )
144+ RUN_ARGS+=( -e NEKO_WEBRTC_EPR=57000-57100 )
145145 RUN_ARGS+=( -e NEKO_WEBRTC_NAT1TO1=127.0.0.1 )
146- RUN_ARGS+=( -p 56000-56100:56000-56100 /udp )
146+ RUN_ARGS+=( -p 57000-57100:57000-57100 /udp )
147147 fi
148148fi
149149
You can’t perform that action at this time.
0 commit comments