Hi,

So far I managed to install omnibus-gitlab. The one thing that I am not 
happy about is the SSH access. I have (as given by default)
a port mapping from 2222 to 22. So Gitlab in the docker uses port for SSH 
access, but the outside world must use port 2222.

The links given to the repo user do not have the 2222. It's simply 
g...@gitlab.mydomain.zz:MyProject.git. And of course that does
not work. The url for git should be something like:
  ssh://g...@gitlab.mydomain.zz:2222/MyProject.git

I didn't see any configuration item that deals with this. I wonder if it is 
even possible.

Or is there a way to configure SSH access such that it uses the host file 
system (say via /srv/gitlab/data)?
-- 
Kees

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/e7fd4629-6a54-4b14-b7d0-72cce8aee4e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to