Fix to work on Windows 10
This commit is contained in:
parent
841b3dd821
commit
44abf54131
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
version: '3'
|
||||
services:
|
||||
jekyll:
|
||||
environment:
|
||||
- JEKYLL_ENV=docker
|
||||
image: jekyll/jekyll:3.8.5
|
||||
volumes:
|
||||
- ".:/srv/jekyll"
|
||||
ports:
|
||||
- "4000:4000"
|
||||
command: jekyll server -c _devconfig.yml
|
||||
command: jekyll serve --config _devconfig.yml
|
||||
|
|
Loading…
Reference in a new issue