Добавить mihomo
Deploy ru-vps / deploy (push) Successful in 44s

This commit is contained in:
Dmitry
2026-06-08 18:41:37 +03:00
parent abd88f5744
commit 87557bee15
3 changed files with 34 additions and 1232 deletions
-8
View File
@@ -1,8 +0,0 @@
services:
mihomo:
image: docker.io/metacubex/mihomo:latest
container_name: mihomo
restart: unless-stopped
network_mode: host
volumes:
- ./config.yml:/root/.config/mihomo/config.yml:ro
+21 -1224
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -0,0 +1,13 @@
services:
mihomo:
image: metacubex/mihomo:latest
container_name: mihomo
restart: unless-stopped
volumes:
- ./config:/root/.config/mihomo
ports:
- "127.0.0.1:7890:7890" # HTTP proxy
- "127.0.0.1:7891:7891" # SOCKS5 proxy
- "127.0.0.1:9090:9090" # WebUI / API
cap_add:
- NET_ADMIN