mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
Update README.md (#636)
Make the rule "PROCESS-NAME" work. Signed-off-by: xfl12345 <17960863+xfl12345@users.noreply.github.com>
This commit is contained in:
parent
4ea0ba0fa9
commit
50f555a5bd
@ -85,11 +85,14 @@ services:
|
|||||||
container_name: meta
|
container_name: meta
|
||||||
image: docker.io/metacubex/mihomo:Alpha
|
image: docker.io/metacubex/mihomo:Alpha
|
||||||
restart: always
|
restart: always
|
||||||
|
pid: host
|
||||||
|
ipc: host
|
||||||
network_mode: host
|
network_mode: host
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- ALL
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yaml:/root/.config/mihomo
|
- ./config.yaml:/root/.config/mihomo
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
```
|
```
|
||||||
|
|
||||||
Running
|
Running
|
||||||
|
Loading…
Reference in New Issue
Block a user