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

Update dockge-install.sh

tweak
pull/2080/head
tteckster 2 years ago committed by GitHub
parent cd4faadeb6
commit 6c643e39d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,9 +41,9 @@ chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
msg_ok "Installed Docker Compose $DOCKER_COMPOSE_LATEST_VERSION"
msg_info "Installing Dockge"
mkdir -p /opt/stacks /opt/dockge
mkdir -p /opt/{dockge,stacks}
wget -q -O /opt/dockge/compose.yaml https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml
cd /opt/dockge
$STD curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
$STD docker compose up -d
msg_ok "Installed Dockge"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.