mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update docker-install.sh
This commit is contained in:
parent
a818b08182
commit
21f8e33e1b
@ -112,9 +112,9 @@ if [[ $DOCKER_COMPOSE == "Y" ]]; then
|
||||
echo -en "${GN} Installing Docker Compose $DOCKER_COMPOSE_LATEST_VERSION... "
|
||||
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
|
||||
mkdir -p $DOCKER_CONFIG/cli-plugins
|
||||
curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
|
||||
curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose &>/dev/null
|
||||
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
|
||||
docker compose version
|
||||
# docker compose version
|
||||
echo -e "${CM}${CL} \r"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user