Skip to content

Commit

Permalink
Update README.md.jhi.spring-boot.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 26, 2024
1 parent c18da1b commit ed22660
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@ JHipster generates a number of docker-compose configuration files in the [<%- do
For example, to start required services in docker containers, run:
```
docker compose -f src/main/docker/services.yml up -d
docker compose -f <%- dockerServicesDir %>services.yml up -d
```
To stop it and remove the containers, run:
```
docker compose -f src/main/docker/services.yml down
docker compose -f <%- dockerServicesDir %>services.yml down
```
[Spring Docker Compose Integration](https://docs.spring.io/spring-boot/reference/features/dev-services.html) is enable by default. To disable it set:
Expand Down

0 comments on commit ed22660

Please sign in to comment.