1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-25 13:19:08 +00:00
safing-web/docker-compose.yml
2022-10-07 12:38:48 +02:00

10 lines
230 B
YAML

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