From d6bc2f9246b7b9df2f013975cee36392535ccd59 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 14 Aug 2025 03:07:32 -0800 Subject: [PATCH] trouble shoot volume mount --- services/our/compose.production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 93b19bb..417699e 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -8,7 +8,7 @@ services: - "80:80" - "443:443" volumes: - - ./Caddyfile:/etc/caddy/Caddyfile + - ./Caddyfile:/etc/caddy/Caddyfile2 - ./errors:/srv/errors networks: - default