1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 20:09:08 +00:00

Set more newer docker image jekyll: 4.2.2

This commit is contained in:
Luke Seers 2022-10-12 13:06:49 +02:00
parent 9dce7a28b0
commit b138913a63

View file

@ -1,7 +1,7 @@
# to start the server just run
# docker-compose up
jekyll:
image: jekyll/jekyll:4.1.0
image: jekyll/jekyll:4.2.2
command: jekyll serve --watch --incremental --livereload --future
ports:
- 4000:4000