Skip to content

Commit e807120

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 418886b commit e807120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ In other words this service processes content of Open API file, transforms it to
1717
### Starting service
1818
The easiest way to start an application is to do it with docker.
1919
If you have docker you just need to run a command from the project root
20-
`docker-compose -f ./docker/docker-compose-dev.yml up -d --build`.
20+
`docker-compose -f ./docker/docker-compose-dev.yml up -d --build`.
2121
And `docker-compose -f ./docker/docker-compose-dev.yml down` to stop.
2222
You can observe queues, and send and retrieve messages from queues using the web interface available by address http://localhost:15672 .

0 commit comments

Comments
 (0)