1
0
Fork 0
mirror of synced 2024-06-20 06:11:09 -04:00
yadm/docker-compose.yml
2019-03-21 23:10:00 -05:00

11 lines
213 B
YAML

---
version: '3'
services:
website:
image: yadm/jekyll:latest
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
command: jekyll serve --config _config.yml,_dev.yml -t --watch --incremental