web/docker-compose.yml
2019-04-09 18:49:06 +02:00

14 lines
224 B
YAML

version: '3'
services:
hugo:
image: monachus/hugo
volumes:
- .:/usr/share/blog
ports:
- "1313:1313"
tty: true
stdin_open: true
environment:
HUGO_BASE_URL: http://localhost:1313/