diff --git a/compose.yaml b/compose.yaml index cbfe233..00d4d9a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,12 +1,8 @@ name: andrewamason.tech - services: - server: - image: docsy/docsy-example - build: - context: . - command: server - #command: server -D + website: + image: cgr.dev/chainguard/hugo:latest + command: server -D volumes: - nfs_hugo_src:/src - nfs_hugo_cache:/tmp/hugo_cache