shautvast.github.io/_site/docker-compose.yml
2023-08-24 21:05:05 +02:00

7 lines
No EOL
149 B
YAML

jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --force_polling
ports:
- 4000:4000
volumes:
- .:/srv/jekyll