11 lines
192 B
YAML
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"
|