Ws-scrcpy New! Link

version: '3.8' services: ws-scrcpy: image: netris/ws-scrcpy container_name: ws-scrcpy restart: always ports: - "8000:8000" environment: - MAX_SIZE=1280 # Optimized for remote web access - BIT_RATE=2M # Lower bitrate for stability - MAX_FPS=30 - NO_AUDIO=true # Disable audio to save bandwidth privileged: true volumes: - /dev/bus/usb:/dev/bus/usb

: As of 2025, the original maintainers are no longer actively developing the project, though the community continues to provide forks and updates for newer scrcpy versions. Updated ws-scrcpy with docker, and few updated for 2025 ws-scrcpy

Scrcpy boasts an impressive array of features that set it apart from other screen mirroring and control tools: version: '3