From: Damian Myrda Date: Tue, 10 Sep 2024 13:15:01 +0000 (-0500) Subject: Added bindings for git X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=8c01ff1bb5824e5ac5d6c092c4ee0d6bb085951c;p=p8d.git Added bindings for git --- 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