Skip to content

Instantly share code, notes, and snippets.

@pacroy
Created March 30, 2018 16:20
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 pacroy/e4ec729c4d5f3eab426f0285f078c21d to your computer and use it in GitHub Desktop.
Save pacroy/e4ec729c4d5f3eab426f0285f078c21d to your computer and use it in GitHub Desktop.
version: '2'
# same as
# docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve
services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '80:4000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment