safing-web/docker-compose.yml
2022-09-12 15:39:33 +02:00

10 lines
230 B
YAML

# to start the server just run
# docker-compose up
jekyll:
image: jekyll/jekyll:4.1.0
command: jekyll serve --watch --incremental --livereload --future
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll