File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
1818mkdir -p volumes/pg-admin-data
19- sudo chown 5050:5050 volumes/pg-admin-data
2019
2120# for the kafka volume
2221
2322mkdir -p volumes/kafka
24- sudo chown 1001:1001 volumes/kafka
2523````
2624
2725You 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
You can’t perform that action at this time.
0 commit comments