@@ -10,16 +10,16 @@ services:
1010 privileged : true
1111 devices :
1212 - /dev/ttyUSB0:/dev/ttyUSB0
13- ports :
14- - " 6969:6969/udp" # Tracker data (SlimeVR default UDP port)
15- - " 21110:21110" # WebSocket VR Bridge for integrations
16- - " 8266:8266" # OTA firmware update
17- - " 9000:9000" # OSC output (shared by VRC and router)
18- - " 9001:9001" # VRC OSC input (VRChat tracking)
19- - " 9002:9002" # OSC Router input (for rerouting OSC)
20- - " 39539:39539" # VMC output (used by VSeeFace, etc.)
21- - " 39540:39540" # VMC input
22- - " 4768:4768/udp" # Tracker discovery / legacy LAN detection
13+ # ports:
14+ # - "6969:6969/udp" # Tracker data (SlimeVR default UDP port)
15+ # - "21110:21110" # WebSocket VR Bridge for integrations
16+ # - "8266:8266" # OTA firmware update
17+ # - "9000:9000" # OSC output (shared by VRC and router)
18+ # - "9001:9001" # VRC OSC input (VRChat tracking)
19+ # - "9002:9002" # OSC Router input (for rerouting OSC)
20+ # - "39539:39539" # VMC output (used by VSeeFace, etc.)
21+ # - "39540:39540" # VMC input
22+ # - "4768:4768/udp" # Tracker discovery / legacy LAN detection
2323 volumes :
2424 - slimevr-config:/root/.config/dev.slimevr.SlimeVR
2525 - slimevr-gui:/gui_mount
@@ -31,8 +31,8 @@ services:
3131 network_mode : host
3232 environment :
3333 WEBGUI_PORT : ${WEBGUI_PORT}
34- ports :
35- - " ${WEBGUI_PORT}:${WEBGUI_PORT}"
34+ # ports:
35+ # - "${WEBGUI_PORT}:${WEBGUI_PORT}"
3636 volumes :
3737 - slimevr-gui:/usr/share/nginx/html:ro
3838
0 commit comments