Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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 ``` Loading @@ -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) Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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 ``` Loading @@ -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) Loading