You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheLocehiliosan_yadm/docker-compose.yml

14 lines
283 B

---
version: '3'
services:
website:
image: yadm/jekyll:2019-10-17
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- jekyll-bundle:/usr/local/bundle
command: jekyll serve --config _config.yml,_dev.yml -t --watch --incremental
volumes:
jekyll-bundle: