Slim down compose configs
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-05-16 17:41:19 +02:00
parent a5740aea02
commit 3fded72105
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 4 additions and 9 deletions

View File

@ -1,9 +0,0 @@
---
version: "3.7"
services:
jekyll:
image: jekyll/jekyll:4
command: jekyll serve --watch --force_polling --trace
volumes:
- ".:/srv/jekyll"

View File

@ -3,5 +3,9 @@ version: "3.7"
services:
jekyll:
image: "jekyll/jekyll:4"
command: jekyll serve --watch --force_polling --trace
volumes:
- ".:/srv/jekyll"
ports:
- "4000:4000"