Update docker-compose.yml for livereload

This commit is contained in:
Jesper Hess 2017-02-12 09:49:38 +01:00
parent e2cf67b31f
commit 4dc0b7eb63
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
jekyll:
image: jekyll/jekyll:pages
command: jekyll serve --watch --force_polling --incremental
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll