Skip to content

Commit

Permalink
Correct command hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Springjunky committed Jul 1, 2019
1 parent f528588 commit 79dd8f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setupEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ echo " "

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

Expand Down

0 comments on commit 79dd8f1

Please sign in to comment.