Use local mount and drop commands onto new lines
This commit is contained in:
parent
b72febc4c8
commit
b87d648a7d
@ -3,7 +3,12 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
command: |
|
command: >
|
||||||
jekyll serve --watch --force_polling --verbose --config _config_dev.yml --trace
|
jekyll serve \
|
||||||
|
--watch \
|
||||||
|
--force_polling \
|
||||||
|
--verbose \
|
||||||
|
--config _config_dev.yml \
|
||||||
|
--trace
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/jekyll
|
- ".:/srv/jekyll"
|
||||||
|
Reference in New Issue
Block a user