debug release 2

This commit is contained in:
2026-03-04 07:04:51 +01:00
parent e6a55c1e01
commit bdb9042b44
4 changed files with 26 additions and 12 deletions

View File

@@ -99,16 +99,16 @@ echo "Docker installation complete."
docker --version
# install dockge
mkdir -p /opt/stacks /opt/dockge /opt/scripts
chmod -R 775 /opt/stacks
mkdir -p /opt/dockge
cd /opt/dockge
# Download your compose.yaml
curl "https://dockge.kuma.pet/compose.yaml?port=5001&stacksPath=%2Fopt%2Fstacks" --output compose.yaml
# write configuration to compose files
cp -r ./stacks/* /opt/stacks/
cp -r ./scripts/* /opt/scripts/
cp -r stacks /opt
cp -r scripts /opt
chmod -R 775 /opt/stacks
#adminemail
replace_string_recursive "/opt/stacks" "?adminemail?" $adminemail