Skip to content

Commit

Permalink
fix:remove extra line in docker readme (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminmalek authored Jul 10, 2023
1 parent c48f76a commit f7f1d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,7 @@ For setting up the SirixDB HTTP-Server and a basic Keycloak-instance with a test
1. Verify that the Client Authenticatior is set to `Client Id and Secret`
2. Click on Regenerate Secret to generate a new secret. Set the value of the field named `client.secret` of the [configuration file](https://raw.githubusercontent.com/sirixdb/sirix/master/bundles/sirix-rest-api/src/main/resources/sirix-conf.json) to this secret.

8. Set the value of the field named `keycloak.url` in the [configuration file](https://raw.githubusercontent.com/sirixdb/sirix/master/bundles/sirix-rest-api/src/main/resources/sirix-conf.json) to `http://host.docker.internal:8080/auth/realms/sirixdb`. Stop the docker container running Keycloak, either from Docker UI or pressing `Ctrl + C`.
10. Finally run the SirixDB-HTTP Server and Keycloak container with docker compose
7. Finally run the SirixDB-HTTP Server and Keycloak container with docker compose

docker compose up

Expand Down

0 comments on commit f7f1d82

Please sign in to comment.