feat: expose transparent web device forwarders

This commit is contained in:
Yoilun
2026-05-15 11:25:18 +08:00
parent 2f458b1691
commit 7b32b21f07
4 changed files with 24 additions and 10 deletions

View File

@@ -20,6 +20,8 @@ services:
MANAGED_PORTAL_HOST_SCAN_IMAGE: "managed-portal:${IMAGE_VERSION:-dev}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "${MANAGED_PORTAL_FORWARD_PORT_RANGE:-31000-31255}:31000-31255"
networks:
- managed-portal