mirror of
https://github.com/safing/web
synced 2025-04-12 15:09:08 +00:00
10 lines
224 B
YAML
10 lines
224 B
YAML
# to start the server just run
|
|
# docker-compose up
|
|
jekyll:
|
|
image: jekyll/jekyll
|
|
command: jekyll serve --watch --incremental --livereload --future
|
|
ports:
|
|
- 4000:4000
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|