# projects-gitlab An instance of gitlab for local testing and developpment. ## Getting Started ### Update your Host file Different operating system, different file paths! Windows: C:\Windows\System32\drivers\etc\hosts Linux / MacOS: /etc/hosts ``` 127.0.0.1 gitlab.eclipse.dev.docker ``` ### Start the application ```bash docker-compose up -d ```