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:
|
||||
jekyll:
|
||||
command: |
|
||||
jekyll serve --watch --force_polling --verbose --config _config_dev.yml --trace
|
||||
command: >
|
||||
jekyll serve \
|
||||
--watch \
|
||||
--force_polling \
|
||||
--verbose \
|
||||
--config _config_dev.yml \
|
||||
--trace
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
- ".:/srv/jekyll"
|
||||
|
Reference in New Issue
Block a user