Update docker-compose to the non-Github-pages world.

This commit is contained in:
Vidir Valberg Gudmundsson 2017-09-25 00:54:35 +02:00
parent 7100d9df1b
commit e938723986
1 changed files with 1 additions and 1 deletions

View File

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