Hi,

I have a local influxDB running at localhost:XXXX to record some info from my running strategies however when the influxDB client tries to send a HTTP request it throws the following error:

20220603 05:43:42.979 ERROR:: During the algorithm initialization, the following exception has occurred: <urllib3.connection.HTTPConnection object at 
0x7efaa94b89e8>: Failed to establish a new connection: [Errno 111] Connection refused
  at _new_conn
    self in connection.py: line 187
 <urllib3.connection.HTTPConnection object at 0x7efaa94b89e8>: Failed to establish a new connection: [Errno 111] Connection refused

Is there a way to resolve this by running the container with `-p` argument or the only way to send data outside of the container is with webhooks as stated in the QC docs?