Skip to content

Commit

Permalink
docs: add full docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 30, 2020
1 parent 33a289a commit 4245d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4245d14

Please sign in to comment.