This is an automated email from the ASF dual-hosted git repository.

gjm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git

commit 8cede40fc3e7dbb36d646ad3fa449c07e633d1d4
Author: Gary Martin <g...@apache.org>
AuthorDate: Sun Mar 13 23:47:29 2022 +0000

    Fix docker-compose usage in README.md
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 505d260..eef74ec 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ If you have docker-compose installed, the 
`selenium-firefox` container can be
 brought up from the `docker` directory with:
 
 ```
-docker-compose up selenium-firefox -d
+docker-compose up -d selenium-firefox
 ```
 
 Or, with just docker (from any directory):
@@ -264,7 +264,8 @@ instead follow the simplified steps:
     ```
 
 While we recommend the first option, particularly for production deployments,
-the second option may be pragmatic for setting up for development or testing.
+the simplified option may be pragmatic for setting up for development or
+testing.
 
 ### Running Postgresql
 
@@ -287,7 +288,7 @@ If you have docker-compose installed, the db container can 
be brought up from
 the `docker` directory with:
 
 ```
-docker-compose up db -d
+docker-compose up -d db
 ```
 
 ### Specifying the Postgresql Backend

Reply via email to