Created
February 28, 2019 04:32
-
-
Save jeffpapp/b70f79636b72f3e7d511aef9db59ddfc to your computer and use it in GitHub Desktop.
Jekyll Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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