From 604e642615585c2819601bf09fa69da8a2871d22 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:58:33 -0500 Subject: [PATCH] change to image again --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 1304aae..a8f0eae 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,8 +1,8 @@ name: andrewamason.tech services: website: - image: cgr.dev/chainguard/hugo:latest - command: serve --bind 0.0.0.0 --port 8080 --contentDir /src --cacheDir /tmp/hugo_cache + image: ghcr.io/hugomods/hugo:latest + command: serve -D volumes: - nfs_hugo_src:/src - nfs_hugo_cache:/tmp/hugo_cache