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.yml

12 lines
195 B
YAML
Raw Normal View History

2020-05-01 08:30:31 +00:00
---
version: "3.7"
services:
jekyll:
2020-05-16 15:41:19 +00:00
image: "jekyll/jekyll:4"
command: jekyll serve --watch --force_polling --trace
volumes:
- ".:/srv/jekyll"
2020-05-01 08:30:31 +00:00
ports:
- "4000:4000"