ib-gateway-docker icon indicating copy to clipboard operation
ib-gateway-docker copied to clipboard

Changing ReadOnlyApi flag?

Open gp-slick-coder opened this issue 5 years ago • 1 comments

How can we change the ReadOnlyApi flag to 'no'?

environment:
  - ReadOnlyApi=no

is not working ;-) lg.g.

gp-slick-coder avatar Sep 10 '20 15:09 gp-slick-coder

A workaround is to mount the Jts config file and change the "readOnlyApi" flag to "false".

volumes:
  # Note: To change the "readOnlyApi" flag to "false" we have to map the following file.
  # The cryptic folder name is the encrypted user name.
  - /my_data/settings/ib-client-ibg.xml:/root/Jts/dfesdfdmjhcsflkdsjflkdsjkaaadfiacldcbsfggn/ibg.xml

gp-slick-coder avatar Sep 10 '20 19:09 gp-slick-coder