use hugo 0.54 because latest version does not work
This commit is contained in:
parent
ea2922d7a8
commit
4607fbb312
|
@ -2,16 +2,16 @@ version: '3'
|
|||
|
||||
services:
|
||||
hugo:
|
||||
image: jojomi/hugo:latest
|
||||
image: jojomi/hugo:0.54.0
|
||||
container_name: hugo
|
||||
volumes:
|
||||
- ./:/src
|
||||
- /tmp/hugo-output/:/output
|
||||
environment:
|
||||
- HUGO_WATCH='true'
|
||||
#- HUGO_REFRESH_TIME=3600
|
||||
#- HUGO_THEME=mytheme
|
||||
#- HUGO_BASEURL=mydomain.com
|
||||
#- HUGO_REFRESH_TIME=3600
|
||||
- HUGO_THEME=reveal-hugo
|
||||
#- HUGO_BASEURL=mydomain.com
|
||||
restart: always
|
||||
ports:
|
||||
- 1313:1313
|
||||
|
|
Loading…
Reference in New Issue
Block a user