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