sonatype / docker-nexus

Docker image for Sonatype Nexus
Other
383 stars 201 forks source link

Work behind proxy #93

Open Zemond opened 4 years ago

Zemond commented 4 years ago

Hello, My nexus working in OpenShift POD and have envirement without internet. But I have http_proxy. I tred to add global variables to pod:

export http_proxy=my-proxy
export https_proxy=my-proxy
export no_proxy=my-proxy

but it's doesn't work for me. How I can fixe this problem? Maybe in nexus.properties have anything parameters?

My version nexus 3.15.1-01 and docker image sonatype/nexus3:3.15.1