docker-gitlab
docker-gitlab copied to clipboard
some problem about external_url
Sorry for asking another question about external_url. I known that this parmater is not offered in this docker. And it generated by the GITLAB_HOST and GITLAB_PORT. I have a reverse proxy like nginx on my server so I can't set the port to 80. I set the GITLAB_PORT to 30000, but when I use LFS, the file will upload to the http://{HOST}:{PORT}, not http://{HOST}
The problem is that external port like 30000 can't be connected from Internet, I can only access to the sever by some port like 80,22 etc. So the file can not be uploaded to the 30000. How can I solve it?

#1418 #1043 #302
解决了吗请问