Use jekyll:4.0 (#404)

This commit is contained in:
HackingHieser 2023-08-07 21:09:54 +02:00 committed by GitHub
parent 7cefa97145
commit d176347b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
jekyll: jekyll:
container_name: online-cv container_name: online-cv
image: jekyll/jekyll:3.8 image: jekyll/jekyll:4.0
command: jekyll serve --watch --force_polling --verbose --livereload --host 0.0.0.0 command: jekyll serve --watch --force_polling --verbose --livereload --host 0.0.0.0
volumes: volumes:
- .:/srv/jekyll - .:/srv/jekyll