safing-web/docker-compose.yml

9 lines
184 B
YAML

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