mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Serve jekyll with --livereload enabled
This commit is contained in:
parent
13007080e4
commit
1ec0e86951
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
# docker-compose up
|
# docker-compose up
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll
|
image: jekyll/jekyll
|
||||||
command: jekyll serve --watch --incremental
|
command: jekyll serve --watch --incremental --livereload
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
|
- 35729:35729
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/jekyll
|
- .:/srv/jekyll
|
||||||
|
|
Loading…
Add table
Reference in a new issue