Skip to content

Commit d52f2d3

Browse files
committed
📝 Quick docker-compose wrapper
1 parent 17fc90e commit d52f2d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: "3"
2+
3+
services:
4+
jekyll:
5+
image: jekyll/jekyll:latest
6+
command: jekyll serve --drafts --force_polling --watch --port 8000
7+
ports:
8+
- 8000:8000
9+
volumes:
10+
- ./.vendor/bundle:/usr/local/bundle:cached
11+
- .:/srv/jekyll:cached

0 commit comments

Comments
 (0)