host mode

This commit is contained in:
riglen
2026-04-15 23:18:52 +08:00
parent fe662e1278
commit f449aebbc7

View File

@@ -3,14 +3,11 @@ services:
build: .
container_name: sub-provider
restart: unless-stopped
ports:
- "18080:18080"
# ports:
# - "18080:18080"
network_mode: host
env_file:
- .env
dns:
- 1.1.1.1
- 8.8.8.8
- 223.5.5.5
volumes:
- ./config:/app/config:ro
- ./data:/app/data