Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
#530: Updated docker run command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasson authored and Bruno Oliveira da Silva committed Jun 16, 2020
1 parent aa9ae98 commit 9de3d16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ Please remember to provide a good summary, description as well as steps to repro

To run Louketo Proxy, please refer to our [building and working with the code base](docs/building.md) guide. Alternatively, you can use the Docker image by running:

docker run -it --rm quay.io/louketo/louketo-proxy
docker run -it --rm quay.io/louketo/louketo-proxy \
--listen 127.0.0.1:8080 \
--upstream-url http://127.0.0.1:80 \
--discovery-url https://keycloak.example.com/auth/realms/<REALM_NAME> \
--client-id <CLIENT_ID>

For more details refer to the [Documentation](docs/user-guide.md).

Expand Down

0 comments on commit 9de3d16

Please sign in to comment.