use hugo 0.54 because latest version does not work

master
putro 2020-04-26 18:51:23 +02:00
parent ea2922d7a8
commit 4607fbb312
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
hugo: hugo:
image: jojomi/hugo:latest image: jojomi/hugo:0.54.0
container_name: hugo container_name: hugo
volumes: volumes:
- ./:/src - ./:/src
@ -10,7 +10,7 @@ services:
environment: environment:
- HUGO_WATCH='true' - HUGO_WATCH='true'
#- HUGO_REFRESH_TIME=3600 #- HUGO_REFRESH_TIME=3600
#- HUGO_THEME=mytheme - HUGO_THEME=reveal-hugo
#- HUGO_BASEURL=mydomain.com #- HUGO_BASEURL=mydomain.com
restart: always restart: always
ports: ports: