diff --git a/.github/workflows/kanidm_individual_book.yml b/.github/workflows/kanidm_individual_book.yml index a88c28c08..8dbd925a0 100644 --- a/.github/workflows/kanidm_individual_book.yml +++ b/.github/workflows/kanidm_individual_book.yml @@ -51,8 +51,10 @@ jobs: python-version: "3.10" - name: Build the docs + # pinning mdbook-alerts because of run: | - cargo install mdbook-alerts mdbook-mermaid + cargo install mdbook-alerts --version 0.6.4 + cargo install mdbook-mermaid cargo doc --no-deps mdbook build *book rm -rf ./docs/ diff --git a/book/src/evaluation_quickstart.md b/book/src/evaluation_quickstart.md index 856931927..b3d269738 100644 --- a/book/src/evaluation_quickstart.md +++ b/book/src/evaluation_quickstart.md @@ -32,10 +32,10 @@ First we create a docker volume to store the data, then we start the container. ```bash docker volume create kanidmd docker create --name kanidmd \ - -p 443:8443 \ - -p 636:3636 \ + -p '443:8443' \ + -p '636:3636' \ -v kanidmd:/data \ - docker.io/kanidm/kanidm/server:latest + docker.io/kanidm/server:latest ``` ## Copy the configuration to the container