This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/docker-compose.override.yml
Luke Murphy 3667ee109c
All checks were successful
continuous-integration/drone/push Build is passing
Resolving dev/prod final issues
2020-05-01 13:47:02 +02:00

10 lines
162 B
YAML

---
version: "3.7"
services:
jekyll:
image: jekyll/jekyll:4
command: jekyll serve --watch --force_polling --trace
volumes:
- ".:/srv/jekyll"