Skip to content

Instantly share code, notes, and snippets.

@melissakipp
Last active March 12, 2021 19:17
Show Gist options
  • Save melissakipp/33347071308a0c6e8daf78e7cf02e1a5 to your computer and use it in GitHub Desktop.
Save melissakipp/33347071308a0c6e8daf78e7cf02e1a5 to your computer and use it in GitHub Desktop.
Docker Compose Jekyll Developmment
version: "3"
services:
jekyll:
image: bretfisher/jekyll-serve
container_name: jekyll-dev
volumes:
- .:/site
ports:
- '8080:4000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment