docker-firefox icon indicating copy to clipboard operation
docker-firefox copied to clipboard

Internal PORT Change

Open capriciousduck opened this issue 4 years ago • 4 comments

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?

capriciousduck avatar Feb 05 '21 12:02 capriciousduck

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.

jlesage avatar Feb 05 '21 13:02 jlesage

All right. Closing the issue.

capriciousduck avatar Feb 05 '21 13:02 capriciousduck

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?

capriciousduck avatar Feb 05 '21 13:02 capriciousduck

Yes, the ports are defined in the baseimage.

jlesage avatar Feb 06 '21 14:02 jlesage

This is now supported with latest image.

jlesage avatar Oct 10 '22 03:10 jlesage