website/docker-compose.yml
Rolf Amfelt f06abe5ab5
Some checks failed
continuous-integration/drone/push Build is failing
jekyll update
2024-01-20 16:06:39 +01:00

11 lines
258 B
YAML
Executable file

version: "3"
services:
jekyll:
image: jekyll/builder:latest
command: jekyll serve --trace --livereload --livereload-port 35729
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll