Update dockge-install.sh

tweak
This commit is contained in:
tteckster 2023-11-20 13:03:09 -05:00 committed by GitHub
parent cd4faadeb6
commit 6c643e39d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"