Switch to jekyll/jekyll for docker-compose

This commit is contained in:
Jesper Hess 2017-11-29 12:47:52 +01:00
parent 6bf140def6
commit 9419f1ba2e
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
jekyll:
image: graffen/jekyll
image: jekyll/jekyll
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000