Hello, I'm new to docker. How easy would it be to add the $PORT env variable as a configuration parameter ? Thanks
apostolou opened this issue · 1 comments
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.
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).