Never restart `ib-gw` containers on boot

misc_brokerd_backend_repairs
Tyler Goodlet 2023-01-04 23:18:09 -05:00
parent 70ad1a1860
commit a146ad9e69
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
# https://github.com/waytrade/ib-gateway-docker#supported-tags
# image: waytrade/ib-gateway:981.3j
image: waytrade/ib-gateway:1012.2i
restart: always # restart whenev there's a crash or user clicsk
restart: 'no' # restart on boot whenev there's a crash or user clicsk
network_mode: 'host'
volumes:
@ -64,7 +64,7 @@ services:
# ib_gw_live:
# image: waytrade/ib-gateway:1012.2i
# restart: always
# restart: no
# network_mode: 'host'
# volumes: