8
Ustaw zewnętrzny numer portu sieciowego gitlab
Jak zmienić domyślny port 80 gitlab na niestandardowy numer portu? Próbowałem dwóch metod: Ustaw port w /etc/gitlab/gitlab.rb external_port "8888" Następnie uruchom ponownie skonfiguruj: gitlab-ctl reconfigure Ustaw port w /var/opt/gitlab/gitlab-rails/etc/gitlab.yml production: &base # # 1. GitLab app settings # ========================== ## GitLab settings gitlab: ## Web server settings (note: host is …
65
gitlab