From 3bbbc21d2b05c21eb6cb20f680fe07a8afa11016 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 27 May 2022 08:07:59 -0400 Subject: [PATCH] Comment unneeded port map for now --- dockering/ib/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dockering/ib/docker-compose.yml b/dockering/ib/docker-compose.yml index 941d50b4..de09119b 100644 --- a/dockering/ib/docker-compose.yml +++ b/dockering/ib/docker-compose.yml @@ -48,11 +48,11 @@ services: TRADING_MODE: ${TRADING_MODE:-paper} VNC_SERVER_PASSWORD: ${VNC_SERVER_PASSWORD:-} - ports: - - target: 4002 - host_ip: 127.0.0.1 - published: 4002 - protocol: tcp + # ports: + # - target: 4002 + # host_ip: 127.0.0.1 + # published: 4002 + # protocol: tcp # original mappings for use in non-host-mode # which we won't really need going forward since