Skip to content

Commit

Permalink
Merge branch 'build-windows-php' into new_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 27, 2025
2 parents eed2357 + a280b84 commit 8f68b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/quickstart/linux/install-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -f /usr/libexec/docker/cli-plugins/docker-compose ]; then

else
# export PATH=/usr/libexec/docker/cli-plugins/:$PATH
ln -sf /usr/libexec/docker/cli-plugins/docker-compose usr/local/bin/docker-compose
ln -sf /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
fi

docker-compose --version

0 comments on commit 8f68b9d

Please sign in to comment.