From 1aa22d17412f5559bb11ad3999700fb5e956ab7d Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:19:08 -0500 Subject: [PATCH] change image --- compose.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index 01b6716..cbfe233 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,15 +2,10 @@ name: andrewamason.tech services: server: - image: klakegg/hugo:latest - entrypoint: /bin/bash - command: > - hugo new site quickstart && - cd quickstart && - git init && - git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder && - echo 'theme = "hugo-coder"' >> hugo.toml && - hugo serve --bind 0.0.0.0 --port 8080 + image: docsy/docsy-example + build: + context: . + command: server #command: server -D volumes: - nfs_hugo_src:/src