mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 20:12:15 +01:00
docs: add full docker image
This commit is contained in:
@@ -179,7 +179,8 @@ services:
|
|||||||
hugo:
|
hugo:
|
||||||
container_name: hugo
|
container_name: hugo
|
||||||
image: "peaceiris/hugo:v${HUGO_VERSION}"
|
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:
|
ports:
|
||||||
- 1313:1313
|
- 1313:1313
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user