version: "3" services: v2ray: image: v2fly/v2fly-core restart: always entrypoint: v2ray -config=/etc/v2ray/config.json ports: - "11080:11080" - "11087:11087" volumes: - ./v2ray/config/:/etc/v2ray/ - ./logs:/var/log/v2ray/
V2 docker-compose yml 客户端文件格式
4 min read