Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f409768f authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

README.md: Fallback to jekyll 4.2.0

* Stable doesn't seem to work well
parent 340180a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ docker run \
-p 4000:4000 \
-p 35729:35729 \
-it \
jekyll/jekyll:stable \
jekyll/jekyll:4.2.0 \
jekyll serve --profile --livereload
```

@@ -25,7 +25,7 @@ Note: the port 35729 is used for live reload
Or you could use:

```bash
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:stable jekyll serve
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve
```

## Full compose stack (search)