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:
xfl12345 2024-02-27 11:59:06 +08:00 committed by GitHub
parent 4ea0ba0fa9
commit 50f555a5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,11 +85,14 @@ 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:
- ./config.yaml:/root/.config/mihomo
- /dev/net/tun:/dev/net/tun
```
Running