Skip to content
Snippets Groups Projects

Set 3000 port for web app in gitlab.yml

Closed username-removed-444 requested to merge gitlab-yml-port into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ gitlab-config: gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config
gitlab/config/gitlab.yml:
sed -e "s|/home/git|${gitlab_development_root}|"\
-e "s|# user: git|user: $(shell whoami)|"\
-e "0,/80/s//3000/"\
-e "0,/port: 80/s//port: 3000/"\
gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml
gitlab/config/database.yml:
Loading