boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

Hot to add a new VNC connection? #19

Closed Ks89 closed 3 years ago

Ks89 commented 3 years ago

Hi, I'm not an expert of Guacamole. Probably, this is a very stupid question.

I tried to download your project and started and it's working perfectly. However, now I have a local docker container that exposes a vnc server on port 5900. How can I connect this container to guacamole?

thanks.

boschkundendienst commented 3 years ago

Hi,

you have to somehow make sure, that Guacamole can reach the VNC server. If the VNC server is also a docker container you might want to create a docker network that contains all containers, then connection should be possible.

But in the end this is not related to my project.

Great, that so far the guacamole part works.

Cheers