From 0134bf431204b5e454c4c6f0f0c3394b0b376a89 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 17:03:26 -0500 Subject: [PATCH] Slight change to start command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index a8f0eae..145a2bc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ name: andrewamason.tech services: website: image: ghcr.io/hugomods/hugo:latest - command: serve -D + command: server -D volumes: - nfs_hugo_src:/src - nfs_hugo_cache:/tmp/hugo_cache