ib-gateway-docker icon indicating copy to clipboard operation
ib-gateway-docker copied to clipboard

Docker image with IB Gateway and IBC

Results 124 ib-gateway-docker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** i have docker-compose.yml with following `version: "3.4" services: ib-gateway: image: ghcr.io/unusualalpha/ib-gateway:latest restart: always environment: TWS_USERID: ${TWS_USERID} TWS_PASSWORD: ${TWS_PASSWORD} TRADING_MODE: ${TRADING_MODE:-live} VNC_SERVER_PASSWORD: ${VNC_SERVER_PASSWORD:-} ports: - "127.0.0.1:4001:4001" - "127.0.0.1:4002:4002"...

bug