--- version: '3' services: website: image: yadm/jekyll:latest ports: - 4000:4000 volumes: - .:/srv/jekyll command: jekyll serve --config _config.yml,_dev.yml -t --watch --incremental