Skip to content

Commit e003572

Browse files
committed
Polish
1 parent 8d66fcd commit e003572

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setupEnvironment.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,11 @@ pause
164164
echo " "
165165

166166
echo "Setup finished, just type the following commands to start and see the logs of your environment"
167-
echo "docker-compose up --build -d "
167+
echo " "
168+
echo "Without Sonar and Keycloak: docker-compose up --build -d "
169+
echo "Full Toolset : docker-compose -f docker-compose.yml -f docker-compose-sonar.yml -f docker-compose-keycloak.yml up --build -d"
168170
echo "docker-compose logs -f"
171+
echo " "
169172
echo "be patient ...10 docker-containers needs time to start up "
170173

171174

0 commit comments

Comments
 (0)