add ports for rgit

This commit is contained in:
mtgmonkey 2025-06-16 20:13:51 +00:00
parent 7865de7103
commit 8af386e521
5 changed files with 47 additions and 10 deletions

View file

@ -7,6 +7,7 @@
image = "ghcr.io/w4/rgit:main";
ports = [
"8000:8000"
"9418:9418"
];
volumes = [
"/var/lib/git-server:/git:ro"