Skip to content

Commit

Permalink
Docker compose new command line
Browse files Browse the repository at this point in the history
  • Loading branch information
GoulvenF committed Feb 26, 2024
1 parent f202815 commit fa82b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You will need :
Elasticsearch and Redis are used by the open4goods project. A [Kibana instance](https://www.elastic.co/fr/kibana) is commented in the docker-compose.yml file, if you want to browse data's by yourself. Go to the project root, then start the compose file

```
docker-compose up
docker compose up
```
> Docker compose is managed by spring-boot-docker-compose. That means that the manual launching of docker-compose is not mandatory, containers will be started by the application if not present.
Expand Down

0 comments on commit fa82b0f

Please sign in to comment.