1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-03 18:49:09 +00:00
safing-web/docker-compose.yml
2023-08-07 11:44:26 +02:00

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