Skip to content

Everything works fine on localhost, but not on my server #105

@AliMoeen

Description

@AliMoeen

I use the following docker file to run the image locally and it is working fine:


version: '3.8'

services:
  ibkr:
    image: ghcr.io/extrange/ibkr:latest
    ports:
      - "127.0.0.1:6080:6080"
      - "127.0.0.1:8888:8888"
    ulimits:
      nofile: 10000
    environment:
      USERNAME: ${USERNAME_1}
      PASSWORD: ${PASSWORD}
      GATEWAY_OR_TWS: gateway
      IBC_TradingMode: paper
      IBC_ReadOnlyApi: no
      IBC_AcceptNonBrokerageAccountWarning: yes

However, when I run the same setup on my home server, I can't access anything.

I did deploy a few test docker compose web apps to the same server and they are accessible in the home network, however, above docker compose ports are not accessible.

Do i need and special setup when I run the image on a servers other than local host?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions