mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-13 06:05:34 +08:00
docs: update example docker-compose.yml
This commit is contained in:
parent
6a48bbdd19
commit
35fcb800de
@ -13,8 +13,11 @@ services:
|
||||
container_name: meta
|
||||
image: docker.io/metacubex/mihomo:Alpha
|
||||
restart: always
|
||||
pid: host
|
||||
ipc: host
|
||||
network_mode: host
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- ALL
|
||||
volumes:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
- ./config.yaml:/root/.config/mihomo
|
||||
|
Loading…
Reference in New Issue
Block a user