Describe the bug
This might be true for other containers, but issue is seen with using OrbStack to run gluetun and other docker containers that need custom ports exposed to WAN.
OrbStack v2.0.5 includes Docker v28.5.2.
Docker Desktop v4.55 (latest as of Jan 10, 2026), with Docker engine v29.x (maybe v29.1.3?) works fine with the same docker-compose.yml file that fails to allow outside connections in OrbStack v2.0.5.
To Reproduce
- Install latest OrbStack v2.0.5
- Configure and run docker compose file for gluetun + any container that needs a custom port through gluetun, e.g. qbit
- Unable to connect to peers or via the port manually
Expected behavior
gluetun should be able to allow connections through via custom ports.
Diagnostic report (REQUIRED)
OrbStack info:
Version: 2.0.5
Commit: cfe47627f138ffd822c958553b0a93eaf2692c71 (v2.0.5)
System info:
macOS: 15.7.3 (24G419)
CPU: arm64, 10 cores
CPU model: Apple M4
Model: Mac16,10
Memory: 16 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2026-01-10T23-40-48.796272Z.zip
Screenshots and additional context (optional)
No response