Skip to content

Commit

Permalink
Fix final message in examples/compose-template/start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Jun 13, 2024
1 parent 1061254 commit 9cf66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compose-templates/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [ $? == 0 ]; then
export version
docker compose -f $(pwd)/docker-compose.yml up --build -d &&
sleep 10 &&
echo "Service started. Now you can point your browser to http://localhost:8080/QuickStart to see real-time data."
echo "Services started. Now you can point your browser to http://localhost:8080/QuickStart to see real-time data."
fi

0 comments on commit 9cf66c0

Please sign in to comment.