mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:20:03 +08:00
13 lines
277 B
YAML
13 lines
277 B
YAML
version: "3"
|
|
services:
|
|
v2raya:
|
|
privileged: true
|
|
network_mode: host # --network host
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
volumes:
|
|
- ./service:/service:ro
|
|
- /lib/modules:/lib/modules:ro
|
|
- /etc/resolv.conf:/etc/resolv.conf
|