Fix to work on Windows 10

This commit is contained in:
Veaudour Mickael 2018-12-21 20:44:55 +01:00
parent 841b3dd821
commit 44abf54131
1 changed files with 3 additions and 1 deletions

View File

@ -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