Skip to content

Instantly share code, notes, and snippets.

@jeffpapp
Created February 28, 2019 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffpapp/b70f79636b72f3e7d511aef9db59ddfc to your computer and use it in GitHub Desktop.
Save jeffpapp/b70f79636b72f3e7d511aef9db59ddfc to your computer and use it in GitHub Desktop.
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