Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/14d3476878842e0f1f7412a1ca2d9260a57c24af?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update docker.sh

pull/84/head
tteckster 3 years ago committed by GitHub
parent 5587010d4b
commit 14d3476878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -214,7 +214,7 @@ function cleanup() {
FEATURES="nesting=1,keyctl=1,fuse=1"
elif
[ "$IM" == "0" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then
FEATURES="nesting=1,keyctl=1,fuse=1"
FEATURES="nesting=1,fuse=1"
else
FEATURES="nesting=1"
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.