Skip to content

Commit

Permalink
Finalize keycloak setup using docker-compose
Browse files Browse the repository at this point in the history
Turns out using docker compose is possible. we just need to define our `command` option in docker compose
  • Loading branch information
azophy committed May 18, 2022
1 parent 45cffcf commit cfa5c12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ EXPERIMENT SETUP LOGIN LARAVEL DENGAN KEYCLOAK

## how to user this repo

0. Setup keycloak. The easiest ways is to use docker:

```
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:18.0.0 start-dev
```
1. Clone this repo
2. `docker compose up`

0 comments on commit cfa5c12

Please sign in to comment.