Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kschulst authored Jun 14, 2024
1 parent 5fdc931 commit e1bc65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion localstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Start a local Keycloak instance using Docker Compose:
```shell
docker-compose up --force-recreate
```
Note that you will need a local `.env` file in your localstack directory. See [.env-example](.env-example) for inspiration.

Inspect your local Keycloak container:

Expand Down Expand Up @@ -41,4 +42,4 @@ docker-compose up --force-recreate

* Set the `KEYCLOAK_LOG_LEVEL` environment variable in the docker-compose.yml file to `DEBUG` to get more detailed logs.
* Scripts within in the `localstack/init-scripts` directory are run on Keycloak startup. This can be handy if e.g. you need to
download other providers or manipulate container internal files.
download other providers or manipulate container internal files.

0 comments on commit e1bc65d

Please sign in to comment.