From 8d203094d1f39805670574ddc97ffb3d97497bf8 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 12:46:50 +0100 Subject: feat: nicen up the repo for estrogen.zone --- compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index d5996f5..a10ed22 100644 --- a/compose.yml +++ b/compose.yml @@ -7,6 +7,11 @@ services: volumes: - cgit_ssh:/etc/ssh:rw - ./cgit/repos:/var/lib/git:rw + - ./cgit/zshhist:/root/.zsh_history:rw + # Copy these directories from the container first, then uncomment to modify things: + # - ./cgit/caddy:/etc/caddy:ro + # - ./cgit/html-converters:/usr/lib/cgit/filters/html-converters:ro + # - ./cgit/extra-filters:/usr/lib/cgit/filters/extra:ro ports: - 127.0.0.1:18080:80 - 127.0.0.1:12222:22 @@ -15,4 +20,3 @@ services: volumes: cgit_ssh: - cgit_repos: -- cgit v1.2.3