Files
docker-apps/mihomo/docker-compose.yml.backup
2026-03-20 10:48:59 +08:00

23 lines
551 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
# 主体服务
mihomo:
container_name: mihomo
image: metacubex/mihomo
restart: always
ports:
- "7890:7890"
- "7891:7891"
- "9090:9090"
volumes:
- ./config:/root/.config/mihomo
# - ./geoip:/etc/mihomo/geoip # 新增挂载MMDB目录
# environment:
# - MMDB_FILE=/etc/mihomo/geoip/Country.mmdb # 新增指定MMDB文件路径
# ui站点
metacubexd:
container_name: metacubexd
image: ghcr.io/metacubex/metacubexd
restart: always
ports:
- "8090:80"