Use local mount and drop commands onto new lines

This commit is contained in:
Luke Murphy
2020-05-01 12:41:54 +02:00
parent b72febc4c8
commit b87d648a7d
+8 -3
View File
@@ -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"