From 02c5caf0478055308164d31e14962147a02be40e Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:50:58 -0500 Subject: [PATCH] tweak server start command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 44ba7e3..1f8e327 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ name: andrewamason.tech services: website: image: cgr.dev/chainguard/hugo:latest - command: server -D + command: server -D -C /src volumes: - nfs_hugo_src:/src - nfs_hugo_cache:/tmp/hugo_cache