For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt, and this page is available as Markdown at https://www.tteam.icu/ops/vpn/v2raya(linux%E8%BF%9E%E6%8E%A5%E9%AD%94%E6%B3%95).md.

v2raya(linux连接魔法)

version: "3"
services:
    v2raya:
        restart: always
        privileged: true
        network_mode: host
        container_name: v2raya
        environment:
            - V2RAYA_LOG_FILE=/tmp/v2raya.log
        volumes:
            - /lib/modules:/lib/modules:ro
            - ./resolv.conf:/etc/resolv.conf
            - ./v2raya:/etc/v2raya
        image: mzz2017/v2raya:v2.2.4.3