Skip to content

Commit

Permalink
Remove build from docker compose commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kachar authored Feb 14, 2023
1 parent 9eeac8c commit 0c919b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ yarn
Use below command for `docker-compose` version `>=2.5`

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

or with earlier versions of docker-compose:

```shell
docker compose up --build -d pg-db keycloak
docker compose up -d pg-db keycloak
```

This will start the following services in your local docker:
Expand Down

0 comments on commit 0c919b1

Please sign in to comment.