xetus-oss / docker-archiva

A docker image for Apache Archiva
Apache License 2.0
55 stars 34 forks source link

Hello, I'm new to docker. How easy would it be to add the $PORT env variable as a configuration parameter ? Thanks #19

Closed apostolou closed 4 years ago

apostolou commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

tkent commented 4 years ago

Hey @apostolou - Unfortunately, that question doesn't quite make sense without more context. If you're looking to modify the port that the container exposes on the host, then you can pretty easily do that using standard docker port mapping (the -p flag on the command line).