From 30cb55ff189b52494fa0d2ee6c9333e48d26ea4a Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 18:22:29 +0100 Subject: add dev command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c0e2943..4cc82b2 100644 --- a/README.md +++ b/README.md @@ -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 +``` -- cgit v1.2.3