9 lines
238 B
YAML
9 lines
238 B
YAML
services:
|
|
mihomo:
|
|
image: ghcr.io/metacubex/mihomo:latest
|
|
container_name: mihomo
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- ./config.yml:/root/.config/mihomo/config.yml:ro
|