Skip to content

Commit

Permalink
Update typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNees committed Jun 21, 2024
1 parent 210c60d commit b2f4fcb
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 @@ -140,7 +140,7 @@ yyyy-mm-ddT07:08:48.663-04:00 INFO 18338 --- [container-1] com.example.messagin

== Preparing to Build the Application

To run the code without Spring Boot Docker Compose support, you need a version of RabbitMQ running locally to connect to.
To run the code without Spring Boot Docker Compose support, you need a version of Redis running locally to connect to.
To do this, you can use Docker Compose, but you must first make two changes to the `compose.yaml` file.
First, modify the `ports` entry in `compose.yaml` to be `'6379:6379'`.
Second, add a `container_name`.
Expand Down

0 comments on commit b2f4fcb

Please sign in to comment.