web/docker-compose.yml

15 lines
224 B
YAML
Raw Permalink Normal View History

2019-04-09 16:49:06 +00:00
version: '3'
2019-04-09 14:33:16 +00:00
services:
hugo:
2019-04-09 16:49:06 +00:00
image: monachus/hugo
2019-04-09 14:33:16 +00:00
volumes:
2019-04-09 16:49:06 +00:00
- .:/usr/share/blog
2019-04-09 14:33:16 +00:00
ports:
- "1313:1313"
tty: true
stdin_open: true
environment:
HUGO_BASE_URL: http://localhost:1313/