We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to docker gitlab doc, we can define fixed numbers for HTTP/S & SSH ports
-p 10022:22 -p 10080:80 -e 'GITLAB_SSH_PORT=10022' -e 'GITLAB_PORT=443'
Suggestion : add fixed port numbers to script running the docker container : 10022, 10080, 10443
We could perhaps do that also for gerrit, jenkins using a different range : 200xx for gerrit, 300xx for jenkins and 500xx for nexus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to docker gitlab doc, we can define fixed numbers for HTTP/S & SSH ports
Suggestion : add fixed port numbers to script running the docker container : 10022, 10080, 10443
We could perhaps do that also for gerrit, jenkins using a different range : 200xx for gerrit, 300xx for jenkins and 500xx for nexus
The text was updated successfully, but these errors were encountered: