feat: update docker-compose.yml to use host network mode for accessing host services

This commit is contained in:
krau
2025-03-01 12:31:20 +08:00
parent f21a82ad43
commit 6ac6d79fb6

View File

@@ -8,3 +8,6 @@ services:
- ./config.toml:/app/config.toml
- ./downloads:/app/downloads
- ./cache:/app/cache
# 使用 host 模式以便访问宿主机服务 (如代理)
# 如果你对 Docker 网络模式熟悉, 可以自行修改
network_mode: host