What variable or setting should be configured to connect to an outbound proxy.
I'm using the standard metabase alpine image
Thanks,
DS
What variable or setting should be configured to connect to an outbound proxy.
I'm using the standard metabase alpine image
Thanks,
DS
What do you want to achieve? I'm not getting what you're doing here and what's the problem
Our host is behind an outbound HTTP proxy. I was viewing the logs and saw that the metabase jar service was failing to download another .jar file. I resolved the issue by adding this ENV variable to the docker run
command.
-e JAVA_OPTS="-Dhttps.proxyHost=[PROXY HOST] -Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts=\"localhost|127.0.0.1|10.*.*.*\""```