version: '3'
services:
jekyll:
container_name: jekyll
image: jekyll/jekyll:latest
ports:
- 4000:4000
volumes:
- .:/srv/jekyll:Z"
command: yarn start