diff --git a/quarkus/container/README.md b/quarkus/container/README.md index c84952413d..aa58d9d808 100644 --- a/quarkus/container/README.md +++ b/quarkus/container/README.md @@ -1,5 +1,5 @@ # Keycloak Image -For more information, see the [Running Keycloak in a container guide](https://www.keycloak.org/guides/server/containers). +For more information, see the [Running Keycloak in a container guide](https://www.keycloak.org/server/containers). ## Build the image @@ -10,4 +10,4 @@ It is possible to download the Keycloak distribution from a URL: Alternatively, you need to build the local distribution first, then copy the distributions tar package in the `containers` folder and point the build command to use the image: cp $KEYCLOAK_SOURCE/quarkus/dist/target/keycloak-.tar.gz . - docker build --build-arg KEYCLOAK_DIST=keycloak-.tar.gz . -t \ No newline at end of file + docker build --build-arg KEYCLOAK_DIST=keycloak-.tar.gz . -t