Comment unneeded port map for now
parent
b03603a6b4
commit
3bbbc21d2b
|
@ -48,11 +48,11 @@ services:
|
||||||
TRADING_MODE: ${TRADING_MODE:-paper}
|
TRADING_MODE: ${TRADING_MODE:-paper}
|
||||||
VNC_SERVER_PASSWORD: ${VNC_SERVER_PASSWORD:-}
|
VNC_SERVER_PASSWORD: ${VNC_SERVER_PASSWORD:-}
|
||||||
|
|
||||||
ports:
|
# ports:
|
||||||
- target: 4002
|
# - target: 4002
|
||||||
host_ip: 127.0.0.1
|
# host_ip: 127.0.0.1
|
||||||
published: 4002
|
# published: 4002
|
||||||
protocol: tcp
|
# protocol: tcp
|
||||||
|
|
||||||
# original mappings for use in non-host-mode
|
# original mappings for use in non-host-mode
|
||||||
# which we won't really need going forward since
|
# which we won't really need going forward since
|
||||||
|
|
Loading…
Reference in New Issue