Updating DockerStack
Changed the RootPath of Update DockerStacks to Gitea
This commit is contained in:
@@ -7,10 +7,11 @@ $FullLog = Start-Transcript -Path "$env:TEMP\docker_update_log.txt" -Force
|
|||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
$RootPath = "C:\Users\MohandL3G\Nextcloud\Scripts & Commands\Docker\Compose"
|
$RootPath = "C:\Users\MohandL3G\Documents\Git\Docker-Compose"
|
||||||
|
|
||||||
$ServicesToUpdate = @(
|
$ServicesToUpdate = @(
|
||||||
"Cup",
|
"Cup",
|
||||||
|
"Gitea",
|
||||||
"Heimdall",
|
"Heimdall",
|
||||||
"Immich",
|
"Immich",
|
||||||
"Jellyfin",
|
"Jellyfin",
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
$RootPath = "C:\Users\MohandL3G\Nextcloud\Scripts & Commands\Docker\Compose"
|
$RootPath = "C:\Users\MohandL3G\Documents\Git\Docker-Compose"
|
||||||
|
|
||||||
$ServicesToUpdate = @(
|
$ServicesToUpdate = @(
|
||||||
"Cup",
|
"Cup",
|
||||||
|
"Gitea",
|
||||||
"Heimdall",
|
"Heimdall",
|
||||||
"Immich",
|
"Immich",
|
||||||
"Jellyfin",
|
"Jellyfin",
|
||||||
|
|||||||
Reference in New Issue
Block a user