Update README.md

This commit is contained in:
Jay Gabriels
2022-08-11 22:11:12 -07:00
committed by GitHub
parent 531e571675
commit f9443d1e36

View File

@@ -5,3 +5,7 @@ Allows you to spin up GitLab locally with Docker to test cloning. Would eventual
For enterprise GitLab, start docker then run `./scripts/local-gitlab/start-ee.sh false` from the root of the repo
TODO: Do the same for the community edition of GitLab
If running locally you'll also need to update your /etc/hosts
`echo "127.0.0.1 gitlab.example.com" >> /etc/hosts`