]> Untitled Git - web-git-daemon.git/commitdiff
Exposed git daemon port to prod configuration master 0.1.0
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 10 Dec 2024 11:08:13 +0000 (05:08 -0600)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 10 Dec 2024 11:08:13 +0000 (05:08 -0600)
docker-compose-prod.yml

index 97fa5180ad2cfffce067bd5701aa4f402b261cbb..9247b2a70833329aca9afafe7ebd2aa5aef933db 100644 (file)
@@ -9,3 +9,5 @@ services:
         - /srv/git:/srv/git:ro
         networks:
         - proxy
+        ports:
+        - 9418:9418