tweak server start command

This commit is contained in:
Andrew Amason
2024-12-30 16:50:58 -05:00
parent 7d27a578ff
commit 02c5caf047

View File

@@ -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