Use new container image mentioned on IBC thread
parent
d3dab17939
commit
29ce8de462
|
@ -19,8 +19,9 @@ services:
|
||||||
|
|
||||||
# other image tags available:
|
# other image tags available:
|
||||||
# https://github.com/waytrade/ib-gateway-docker#supported-tags
|
# https://github.com/waytrade/ib-gateway-docker#supported-tags
|
||||||
# image: waytrade/ib-gateway:981.3j
|
# image: waytrade/ib-gateway:1012.2i
|
||||||
image: waytrade/ib-gateway:1012.2i
|
image: ghcr.io/gnzsnz/ib-gateway:latest
|
||||||
|
|
||||||
restart: 'no' # restart on boot whenev there's a crash or user clicsk
|
restart: 'no' # restart on boot whenev there's a crash or user clicsk
|
||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue