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

11 lines
214 B

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