mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 08:06:53 +08:00
chore: docker-compose
This commit is contained in:
parent
942b265b29
commit
b98112eac6
@ -8,3 +8,5 @@ services:
|
||||
dockerfile: Dockerfile.dev
|
||||
volumes:
|
||||
- ./service:/service:ro
|
||||
- /lib/modules:/lib/modules:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
|
@ -1,7 +0,0 @@
|
||||
version: "3"
|
||||
services:
|
||||
v2raya:
|
||||
privileged: true
|
||||
network_mode: host # --network host
|
||||
restart: always
|
||||
build: .
|
Loading…
Reference in New Issue
Block a user