findcommonground.uk/docker-compose.yml
2016-12-14 12:59:28 +01:00

11 lines
192 B
YAML

version: "2"
services:
jekyll:
ports:
- "4000:4000"
image: starefossen/github-pages
volumes:
# - "~/Source/Repos/SSpeights.github.io:/usr/src/app"
- ".:/usr/src/app"