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