> 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.

# v2raya(linux连接魔法)

```yaml
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
```
