This commit is contained in:
parent
a5740aea02
commit
3fded72105
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
|
||||||
jekyll:
|
|
||||||
image: jekyll/jekyll:4
|
|
||||||
command: jekyll serve --watch --force_polling --trace
|
|
||||||
volumes:
|
|
||||||
- ".:/srv/jekyll"
|
|
@ -3,5 +3,9 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
|
image: "jekyll/jekyll:4"
|
||||||
|
command: jekyll serve --watch --force_polling --trace
|
||||||
|
volumes:
|
||||||
|
- ".:/srv/jekyll"
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "4000:4000"
|
||||||
|
Reference in New Issue
Block a user