From 5b358b35e2ca4cd6a3a9adcc1d02da14636c791d Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 23 Mar 2026 11:05:42 +0000 Subject: [PATCH] add caddy volumes --- docker-compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6d5edf8..9d017ae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,4 +34,8 @@ services: - /home/git/:/var/lib/git/repositories/:ro - ./site_header.html:/site_header.html:ro - ./site_footer.html:/site_footer.html:ro - - ./home_text.html:/home_text.html:ro \ No newline at end of file + - ./home_text.html:/home_text.html:ro + +volumes: + caddy_data: + caddy_config: \ No newline at end of file -- 2.49.1