From 79884dea04f2e014e03439357324f0ce1c70bf71 Mon Sep 17 00:00:00 2001 From: alistair Date: Tue, 3 Oct 2023 15:36:23 +0100 Subject: [PATCH] Update 'hugo/compose_hugo.yaml' switched hugo across to an ubuntu based image which will have bash on it --- hugo/compose_hugo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo/compose_hugo.yaml b/hugo/compose_hugo.yaml index e9f4dd1..d89eafb 100644 --- a/hugo/compose_hugo.yaml +++ b/hugo/compose_hugo.yaml @@ -1,7 +1,8 @@ version: '3' services: hugo-blog: - image: klakegg/hugo # :0.92.0 # Use the appropriate Hugo version + image: klakegg/hugo:ext-ubuntu + #image: klakegg/hugo # :0.92.0 # Use the appropriate Hugo version command: server --bind 0.0.0.0 restart: unless-stopped ports: