projects
/
p8d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf36eac
)
Added bindings for git
author
Damian Myrda
<monkey.damianek@gmail.com>
Tue, 10 Sep 2024 13:15:01 +0000
(08:15 -0500)
committer
Damian Myrda
<monkey.damianek@gmail.com>
Tue, 10 Sep 2024 13:15:01 +0000
(08:15 -0500)
compose.yml
patch
|
blob
|
history
diff --git
a/compose.yml
b/compose.yml
index 226e2c17eb24b504956c75a54d830c7c3fdcf06e..ad588b46653f151f9bb6c814995f4f5b5f23b662 100644
(file)
--- 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