You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All tags are available in the container repository for [ib-gateway][1] and
46
46
[tws-rdesktop][2]. IB Gateway and TWS share the same version numbers and tags.
@@ -112,7 +112,7 @@ services:
112
112
113
113
```
114
114
115
-
Create an .env on root directory. Example .env file:
115
+
Create an .env on root directory. You can use the provided [.env-dist](https://github.com/gnzsnz/ib-gateway-docker/blob/master/.env-dist) as a starting point. Example .env file:
116
116
117
117
```bash
118
118
TWS_USERID=myTwsAccountName
@@ -164,9 +164,11 @@ Once `docker-compose.yml` and `.env` are in place you can start the container wi
164
164
docker compose up
165
165
```
166
166
167
-
To get a GUI can use vnc for ib-gateway or RDP for TWS.
167
+
To get a GUI you can use vnc for ib-gateway or RDP for TWS.
168
168
169
-
Looking for help? Please keep reading below, or go to [discussion](https://github.com/gnzsnz/ib-gateway-docker/discussions) section for common problems and solutions.
169
+
Looking for help? Please keep reading below, or go to
170
+
[discussion](https://github.com/gnzsnz/ib-gateway-docker/discussions) section for common
171
+
problems and solutions. If you have problems please go through the [troubleshooting guide](https://github.com/gnzsnz/ib-gateway-docker/discussions/245)
170
172
171
173
## Configuration
172
174
@@ -186,6 +188,7 @@ All environment variables are common between ibgateway and TWS image, unless spe
186
188
|`VNC_SERVER_PASSWORD_FILE`| VNC server password. If not defined, then VNC server will NOT start. Specific to ibgateway, ignored by TWS. |**not defined** (VNC disabled) |
187
189
|`TWOFA_TIMEOUT_ACTION`| 'exit' or 'restart', set to 'restart if you set `AUTO_RESTART_TIME`. See IBC [documentation](https://github.com/IbcAlpha/IBC/blob/master/userguide.md#second-factor-authentication)| exit |
188
190
|`TWOFA_DEVICE`| second factor authentication device. See IBC [documentation](https://github.com/IbcAlpha/IBC/blob/c98d0bcc2ead9b8ab3900a23a707f01f8fd7dfbc/resources/config.ini#L104)|**not defined**|
191
+
|`TWOFA_EXIT_INTERVAL`| It controls how long (in seconds) IBC waits for login to complete after the user acknowledges the second factor authentication. See [IBC documentation](https://github.com/IbcAlpha/IBC/blob/38593af5193ccd634aa226cc66242adc8718b653/resources/config.ini#L147)| 60 seconds |
189
192
|`BYPASS_WARNING`| Settings relate to the corresponding 'Precautions' checkboxes in the API section of the Global Configuration dialog. Accepted values `yes`, `no` if not set, the existing TWS/Gateway configuration is unchanged |**not defined**|
190
193
|`AUTO_RESTART_TIME`| time to restart IB Gateway, does not require daily 2FA validation. format hh:mm AM/PM. See IBC [documentation](https://github.com/IbcAlpha/IBC/blob/master/userguide.md#ibc-user-guide)|**not defined**|
191
194
|`AUTO_LOGOFF_TIME`| Auto-Logoff: at a specified time, TWS shuts down tidily, without restarting |**not defined**|
0 commit comments