website/docker-compose.yml
Rolf Amfelt 62e7054a9e
All checks were successful
continuous-integration/drone/push Build is passing
docer changes
2024-02-10 07:09:18 +01:00

11 lines
267 B
YAML
Executable file

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