jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

Changing port from Environment Variables #47

Closed eduarcor closed 2 years ago

eduarcor commented 4 years ago

As other tools from jlesage, it should be great to change the port from the Environment Variables. I am using Docker inside of Synology DSM and is hard to do some configuration unless are exposed as variables. I am using more applications from jlesage and I can't use them at the same time due to having the same port 5800 (like jdownloader) unless mapping ports, which I would like to avoid (although I know is possible).

jlesage commented 2 years ago

This is now possible with v4.0.0 images.

eduarcor commented 2 years ago

Awesome