Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/21f8e33e1b6014280f02b9777e78552477922fdd You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update docker-install.sh

pull/119/head
tteckster 3 years ago committed by GitHub
parent a818b08182
commit 21f8e33e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save

Powered by BW's shoe-string budget.