Skip to content

Commit

Permalink
Use more recent Docker Compose command in README
Browse files Browse the repository at this point in the history
The current guide instructs the user to run a command
docker-compose but the more recent version of the command
is docker compose.
  • Loading branch information
Robert McNees committed Jun 3, 2024
1 parent 5602314 commit f4ea40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ services:
ports:
- '3306:3306'
----
You can now run `docker-compose up` to start this MySQL container.
You can now run `docker compose up` to start this MySQL container.

Third, we need to tell our application how to connect to the database.
This step was previously handled automatically with Spring Boot Docker Compose support.
Expand Down

0 comments on commit f4ea40c

Please sign in to comment.