Updating DockerStack

Changed the RootPath of Update DockerStacks to Gitea
This commit is contained in:
2026-02-12 17:15:24 +02:00
parent fe628b774f
commit 886878797d
2 changed files with 4 additions and 2 deletions

View File

@@ -7,10 +7,11 @@ $FullLog = Start-Transcript -Path "$env:TEMP\docker_update_log.txt" -Force
# CONFIGURATION
# ==============================================================================
$RootPath = "C:\Users\MohandL3G\Nextcloud\Scripts & Commands\Docker\Compose"
$RootPath = "C:\Users\MohandL3G\Documents\Git\Docker-Compose"
$ServicesToUpdate = @(
"Cup",
"Gitea",
"Heimdall",
"Immich",
"Jellyfin",

View File

@@ -2,10 +2,11 @@
# CONFIGURATION
# ==============================================================================
$RootPath = "C:\Users\MohandL3G\Nextcloud\Scripts & Commands\Docker\Compose"
$RootPath = "C:\Users\MohandL3G\Documents\Git\Docker-Compose"
$ServicesToUpdate = @(
"Cup",
"Gitea",
"Heimdall",
"Immich",
"Jellyfin",