docker-compose file

Changes to be committed:
  new file:   docs/docker-compose.yml
This commit is contained in:
William Correa 2016-12-29 16:17:28 -02:00 committed by Jeremy Thomas
parent b4e90e87cc
commit 83fbc6eb10

13
docs/docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
# run jekyll with docker container
#
# install docker && docker-compose
# https://docs.docker.com/compose/install/
# then run docker-compose up
jekyll:
image: jekyll/jekyll:pages
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll