crazy-toads.github.io/docker-compose.yml

12 lines
226 B
YAML

version: '3'
services:
jekyll:
environment:
- JEKYLL_ENV=docker
image: jekyll/jekyll:4.0.0
volumes:
- ".:/srv/jekyll"
ports:
- "4000:4000"
command: jekyll serve --config _devconfig.yml