Skip to content

Instantly share code, notes, and snippets.

@jeffpapp
Created February 28, 2019 04:32
Embed
What would you like to do?
Jekyll Docker
version: '3'
services:
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --force-polling
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment