uechi.io/docker-compose.yml

10 lines
227 B
YAML
Raw Normal View History

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