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

10 lines
176 B
YAML
Raw Normal View History

2020-05-01 08:30:31 +00:00
---
version: "3.7"
services:
jekyll:
command: |
2020-05-01 08:45:14 +00:00
jekyll serve --watch --force_polling --verbose --config _config_dev.yml --trace
2020-05-01 08:30:31 +00:00
volumes:
- .:/srv/jekyll