summaryrefslogtreecommitdiff
path: root/cgit/docker-compose.yml
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 17:21:55 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 17:21:55 +0900
commitedb99c9da2198482345a1c3fc9f24a115d0aa62a (patch)
treec8a1fff2dfb5016526c92a3a19d5d2f8e3f3249c /cgit/docker-compose.yml
parent7e8e89ef2e2b2302c92e03429e43be9b1db08d49 (diff)
Use custom Dockerfile for cgit (klakegg/cgit removed from Docker Hub)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cgit/docker-compose.yml')
-rw-r--r--cgit/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/docker-compose.yml b/cgit/docker-compose.yml
index 5e59177..a93aa22 100644
--- a/cgit/docker-compose.yml
+++ b/cgit/docker-compose.yml
@@ -1,6 +1,6 @@
services:
cgit:
- image: klakegg/cgit:alpine
+ build: .
container_name: cgit
volumes:
- ./cgitrc:/etc/cgitrc:ro