openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
196 stars 118 forks source link

use -p 39418:29418 to run container, how to display the port 39418 on the page in Gerrit? #112

Closed scm20008 closed 5 years ago

scm20008 commented 5 years ago

because my machine only use specified port, I cannot use port 29418.

If I use -p 39418:29418, how to display the port 39418 on the page in Gerrit?

scm20008 commented 5 years ago

I have resolved it by myself. thanks.