Skip to content
Snippets Groups Projects
Unverified Commit c16c8daf authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Merge pull request #142 from garrying/patch-1

Readme: Add space after option
parents 15f8b2c9 85118f34
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ You can tell Config Server to use your local Git repository by using `native` Sp ...@@ -25,7 +25,7 @@ You can tell Config Server to use your local Git repository by using `native` Sp
`-Dspring.profiles.active=native -DGIT_REPO=/projects/spring-petclinic-microservices-config` `-Dspring.profiles.active=native -DGIT_REPO=/projects/spring-petclinic-microservices-config`
## Starting services locally with docker-compose ## Starting services locally with docker-compose
In order to start entire infrastructure using Docker, you have to build images by executing `./mvnw clean install -PbuildDocker` In order to start entire infrastructure using Docker, you have to build images by executing `./mvnw clean install -P buildDocker`
from a project root. Once images are ready, you can start them with a single command from a project root. Once images are ready, you can start them with a single command
`docker-compose up`. Containers startup order is coordinated with [`dockerize` script](https://github.com/jwilder/dockerize). `docker-compose up`. Containers startup order is coordinated with [`dockerize` script](https://github.com/jwilder/dockerize).
After starting services it takes a while for API Gateway to be in sync with service registry, After starting services it takes a while for API Gateway to be in sync with service registry,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment