Last updated 5 years ago
Was this helpful?
安裝Gitlab
裝好預設是80port,可以如下更改port
sudo -e /etc/gitlab/gitlab.rb
Change
external_url
from
yourdomain.com
to
yourdomain.com:9999
sudo gitlab-ctl reconfigure