We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am planning to config TWS Gateway such that it asks for MFA only once a week.
I deploy the ibkr container with the following docker compose file:
services: ibkr: container_name: ibkr_live image: ghcr.io/extrange/ibkr:10.30.1t ports: - "6070:6080" # noVNC browser access - "7888:8888" # API access ulimits: nofile: 10000 environment: USERNAME: ${USERNAME_1} PASSWORD: ${PASSWORD} TZ: America/New_York GATEWAY_OR_TWS: gateway IBC_TradingMode: live IBC_ReadOnlyApi: 'yes' IBC_AcceptNonBrokerageAccountWarning: 'yes' TWOFA_TIMEOUT_ACTION: restart restart: unless-stopped # Options: no, always, on-failure, unless-stopped
Please note the TWOFA_TIMEOUT_ACTION: restart env variable
TWOFA_TIMEOUT_ACTION: restart
However, in the UI when I go to Auto Logoff timer, I see Auto Restart is not selected:
Auto Restart
I wonder if I missed anything or this is how it should be.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am planning to config TWS Gateway such that it asks for MFA only once a week.
I deploy the ibkr container with the following docker compose file:
Please note the
TWOFA_TIMEOUT_ACTION: restart
env variableHowever, in the UI when I go to Auto Logoff timer, I see
Auto Restart
is not selected:I wonder if I missed anything or this is how it should be.
The text was updated successfully, but these errors were encountered: