website/docker-compose.yml
Víðir Valberg Guðmundsson b3a741c951
All checks were successful
continuous-integration/drone/push Build is passing
Close #93.
2023-05-18 22:02:32 +02:00

10 lines
204 B
YAML

services:
jekyll:
image: jekyll/jekyll:3.8.5
command: jekyll serve --livereload --livereload-port 35729
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll