From 8c01ff1bb5824e5ac5d6c092c4ee0d6bb085951c Mon Sep 17 00:00:00 2001
From: Damian Myrda <monkey.damianek@gmail.com>
Date: Tue, 10 Sep 2024 08:15:01 -0500
Subject: [PATCH] Added bindings for git

---
 compose.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/compose.yml b/compose.yml
index 226e2c1..ad588b4 100644
--- a/compose.yml
+++ b/compose.yml
@@ -64,10 +64,14 @@ services:
   git:
     container_name: git
     image: woahbase/alpine-cgit:latest
+    ports:
+      - "22"
     expose:
       - "80"
     volumes:
-      - ./git/:/srv/git
+      - ./git/:/git/
+      - ./git/repos/:/repositories/
+      - /etc/ssh:/ssh/
     networks:
       - common
     restart: always
-- 
2.43.4