Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igoychev authored Oct 16, 2023
1 parent 0af93ef commit 0ff9af5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,7 @@ yarn

## Create Docker containers for the Dev Database(postgres) and the Identity Server(Keycloak)

Use below command for `docker-compose` version `>=2.5`

```shell
docker-compose --profile local-keycloak up -d
```

or with earlier versions of docker-compose:
Run the below command in your terminal:

```shell
docker compose up -d pg-db keycloak
Expand Down

0 comments on commit 0ff9af5

Please sign in to comment.