forked from data.coop/website
10 lines
198 B
YAML
10 lines
198 B
YAML
services:
|
|
jekyll:
|
|
image: jekyll/jekyll
|
|
command: jekyll serve --livereload --livereload-port 35729
|
|
ports:
|
|
- 4000:4000
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|