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

Downgrade docker image to 3

This commit is contained in:
Luke Seers 2022-10-12 14:06:12 +02:00
parent ab6d6d608b
commit e4bf06163e

View file

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