awebpodcast/docker-compose.yml

9 строки
150 B
YAML

hugo:
image: jojomi/hugo:0.40.2
volumes:
- ./:/src:delegated
environment:
- HUGO_WATCH=True
ports:
- "1313:1313"
restart: always