KeyError: 'ContainerConfig' after adding TOTP_KEY #19
rainnight2013
started this conversation in
General
Replies: 1 comment 6 replies
-
|
I'm not sure, but this looks like a docker-compose issue after googling a bit. Did you try 'docker compose up' instead of 'docker-compose up'? It might have been an older version compatibility issue. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my yaml pasted as below, and I really don't know where the problem is. thx a lot.
version: '2'
services:
my-ibga:
image: heshiming/ibga
restart: unless-stopped
environment:
- TERM=xterm
- IB_USERNAME=xxxxx
- IB_PASSWORD=xxxxx
- IB_REGION=America
- IB_TIMEZONE=America/New York
- IB_LOGINTAB=IB API
- IB_LOGINTYPE=Live Trading
- IB_LOGOFF=11:55 PM
- IB_APILOG=data
- IB_LOGLEVEL=Error
- TOTP_KEY=YOxxxxxxxxxxxxxxGS
volumes:
- ./run/program:/home/ibg
- ./run/settings:/home/ibg_settings
ports:
- "15800:5800"
- "4000:4000"
Beta Was this translation helpful? Give feedback.
All reactions