proxy compose entry.
This commit is contained in:
19
mihomo/docker-compose.yml
Normal file
19
mihomo/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
# config.yaml just see wiki examples.
|
||||||
|
services:
|
||||||
|
mihomo:
|
||||||
|
container_name: mihomo
|
||||||
|
image: metacubex/mihomo:latest
|
||||||
|
restart: always
|
||||||
|
#ports:
|
||||||
|
# - 7890:7890
|
||||||
|
# - 9090:9090
|
||||||
|
pid: host
|
||||||
|
ipc: host
|
||||||
|
network_mode: host
|
||||||
|
cap_add:
|
||||||
|
- ALL
|
||||||
|
volumes:
|
||||||
|
- /usr/local/etc/mihomo:/root/.config/mihomo
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
Reference in New Issue
Block a user