From 2140ca9749d1ff1b3d2bb6479b85362f41828126 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:29:13 -0500 Subject: [PATCH] revert all previous changes --- compose.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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