You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
My host have proxy parameters to access to internet.
I make changes to docker configuration to run over proxy.
Building container (import) with proxy parameters in docker config is success.
However after docker run in docker logs i see that java osmosis can't access to internet, because unable to set osmosis java options "export JAVACMD_OPTIONS="-Dhttp.proxyHost=MY_PROXY -Dhttp.proxyPort=port" in container when run it.
The text was updated successfully, but these errors were encountered:
PolyakovMikhail
changed the title
Run container over proxy
Run container over proxy with UPDATES_ENABLED parameter
Nov 28, 2023
PolyakovMikhail
changed the title
Run container over proxy with UPDATES_ENABLED parameter
Run container over proxy with UPDATES=ENABLED parameter
Nov 28, 2023
Hi.
My host have proxy parameters to access to internet.
I make changes to docker configuration to run over proxy.
Building container (import) with proxy parameters in docker config is success.
However after docker run in docker logs i see that java osmosis can't access to internet, because unable to set osmosis java options "export JAVACMD_OPTIONS="-Dhttp.proxyHost=MY_PROXY -Dhttp.proxyPort=port" in container when run it.
The text was updated successfully, but these errors were encountered: