From c07842ef9409b6c4eb74b6ab0280ca613bf7d695 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 13 Jul 2023 21:53:00 +0530 Subject: [PATCH] hugo for my blog needs the debian image for some reason --- master-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master-compose.yml b/master-compose.yml index 0ada294..20ccedf 100644 --- a/master-compose.yml +++ b/master-compose.yml @@ -93,7 +93,7 @@ services: ################################################################################ thefossguy-blog: - image: docker.io/klakegg/hugo:alpine + image: docker.io/klakegg/hugo:debian pull_policy: always container_name: hugo-vaikunthnatham command: server --disableFastRender -b https://blog.thefossguy.com/ --appendPort=false