uechi.io/docker-compose.yml

10 lines
219 B
YAML
Raw Normal View History

2017-10-07 11:43:26 +09:00
version: '2'
services:
web:
build: .
command: jekyll serve --host 0.0.0.0 --port 4000 --baseurl '' --watch --drafts --unpublished --incremental
ports:
- 4000:4000
volumes:
- .:/usr/src/app