I have the following setup
An Ubuntu 14.04 Linode running a GitLab CE docker instance. I use NGinx as a reverse proxy for all web-traffic, the servername gitlab.xxx.be is used to access the web interface.
As for web-related stuff, i have no problem in configuring ... but SSH is a problem. How can I get SSH git access up & running?
Basically I need to forward all SSH traffic for gitlab.xxx.be from my linode server to the docker instance. How can this be done easily?
Thx for the help ...