diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,3 +5,11 @@ ## Abstract This repository contains the necessary configuration files and instructions to set up an opinionated self-hosted git server using Docker. The server is designed to be secure, efficient, and easy to manage, allowing users to host their git repositories without relying on third-party services. + +## Development + +To start the development environment, run the following command: + +```bash +docker compose -f docker-compose.dev.yaml up --build --remove-orphans --watch +``` |
