From 4245d148471b602b24f602d8634fb289fe74ca90 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:23:25 +0900 Subject: [PATCH] docs: add full docker image --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8407e73..8c420cf 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,8 @@ services: hugo: container_name: hugo image: "peaceiris/hugo:v${HUGO_VERSION}" - # image: peaceiris/hugo:v${HUGO_VERSION}-mod # Hugo Modules + # image: peaceiris/hugo:v${HUGO_VERSION}-mod # Hugo Modules + # image: peaceiris/hugo:v${HUGO_VERSION}-full # Hugo Modules and Node.js ports: - 1313:1313 volumes: