docker-firefox
docker-firefox copied to clipboard
Internal PORT Change
Is it possible to change the internal listening port(5080)? I am trying to run firefox on a PaaS and they require the app to run on port 8080, not on any other port. Also, in any way, is it possible to pass $PORT variable?
This is currently not possible. However, if you are using the default bridge network, you can map port 5800 to any one on the host.
All right. Closing the issue.
Is it possible if I clone the repo and make the changes? If yes, do I have to pull the baseimage docker image and change the port there?
Yes, the ports are defined in the baseimage.
This is now supported with latest image.