1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_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