Skip to content

Commit ada91dd

Browse files
committed
fixed readme file
1 parent 1cda31d commit ada91dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ Then in the project root folder create the following directories with the proper
1616
````bash
1717
# for the pg-admin volume
1818
mkdir -p volumes/pg-admin-data
19-
sudo chown 5050:5050 volumes/pg-admin-data
2019

2120
# for the kafka volume
2221

2322
mkdir -p volumes/kafka
24-
sudo chown 1001:1001 volumes/kafka
2523
````
2624

2725
You can now access the database GUI with your browser:
@@ -44,7 +42,7 @@ Here you can configure the connection to the postgres instance:
4442
#### Without test and update the running docker environment
4543
(assuming the docker-compose setup is up and running)
4644
````bash
47-
./mvnw clean install -DskipTests; docker-compose up --build -d dancer
45+
./mvnw clean install -DskipTests; docker-compose up --build
4846
````
4947
#### Building with tests
5048
````bash

0 commit comments

Comments
 (0)