Skip to content

Commit 802b950

Browse files
ezimuelCopilot
andauthored
Update start-local.sh
Use a better link for docker compose install. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fc29d63 commit 802b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ check_requirements() {
410410
docker_version=$(docker-compose --version | head -n 1 | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')
411411
if [ "$(compare_versions "$docker_version" "$min_docker_compose")" = "lt" ]; then
412412
echo "Unfortunately we don't support docker compose ${docker_version}. The minimum required version is $min_docker_compose."
413-
echo "You can update it from https://docs.docker.com/compose/"
413+
echo "You can update it from https://docs.docker.com/compose/install/"
414414
cleanup
415415
exit 1
416416
fi

0 commit comments

Comments
 (0)