version: '3' services: jekyll: image: jekyll/jekyll:latest command: jekyll serve volumes: - ./:/srv/jekyll ports: - 4000:4000