web/docker-compose.yml

16 lines
282 B
YAML
Raw Normal View History

2019-04-09 14:33:16 +00:00
version: '2'
services:
hugo:
image: dettmering/hugo-build
volumes:
- ./:/app/
ports:
- "1313:1313"
tty: true
stdin_open: true
command: hugo server -s /app/ -b http://localhost:1313
environment:
HUGO_BASE_URL: http://localhost:1313/