Skip to content

Commit 79dd8f1

Browse files
committed
Correct command hints
1 parent f528588 commit 79dd8f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setupEnvironment.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@ echo " "
183183

184184
echo "Setup finished, just type the following commands to start and see the logs of your environment"
185185
echo " "
186-
echo "Without Sonar: docker-compose up --build -d "
187-
echo "Full Toolset : docker-compose -f docker-compose.yml -f docker-compose-sonar.yml --build -d"
188-
echo "docker-compose logs -f"
186+
echo "Without Sonar: docker-compose up --build "
187+
echo "Full Toolset : docker-compose -f docker-compose.yml -f docker-compose-sonar.yml up --build "
189188
echo " "
190189
echo "be patient ...10 docker-containers needs time to start up "
191190

0 commit comments

Comments
 (0)