From ada91dd62d67a51a1bac2e8f5c0bef9d699ab4ca Mon Sep 17 00:00:00 2001 From: Jan Stroppel Date: Sat, 7 Dec 2024 14:37:59 +0100 Subject: [PATCH] fixed readme file --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 8b0a492..3e6df98 100644 --- a/Readme.md +++ b/Readme.md @@ -16,12 +16,10 @@ Then in the project root folder create the following directories with the proper ````bash # for the pg-admin volume mkdir -p volumes/pg-admin-data -sudo chown 5050:5050 volumes/pg-admin-data # for the kafka volume mkdir -p volumes/kafka -sudo chown 1001:1001 volumes/kafka ```` You can now access the database GUI with your browser: @@ -44,7 +42,7 @@ Here you can configure the connection to the postgres instance: #### Without test and update the running docker environment (assuming the docker-compose setup is up and running) ````bash -./mvnw clean install -DskipTests; docker-compose up --build -d dancer +./mvnw clean install -DskipTests; docker-compose up --build ```` #### Building with tests ````bash