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