Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Apr 21, 2017
1 parent eb8ef2e commit 0e8ff16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ docker run -ti \
-e TARGET_URL=asdf \
-e REALM="realm" \
-e REALM_PUBLIC_KEY='pub'
-e .... \
8gears/keycloak-auth-proxy
```

With Compose adapt the env variables an hit
With Compose adapt the env variables in `docker-compose.yml` and hit:
```
curl https://raw.githubusercontent.com/8gears/keycloak-auth-proxy/master/docker-compose.yml | docker-compose -f - up
wget https://raw.githubusercontent.com/8gears/keycloak-auth-proxy/master/docker-compose.yml
docker-compose - up
```

The intended use is, that every service that needs authentication has a dedicated auth proxy in front of it.
Expand Down

0 comments on commit 0e8ff16

Please sign in to comment.