skripte updateovane

This commit is contained in:
2026-05-17 20:43:31 +02:00
parent 5f6251114f
commit ee95be1031
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
$ErrorActionPreference = "Stop"
$CONTAINER = "ewc2025-mysql"
$CONTAINER = "hotel-mysql"
$exists = docker ps -a --format '{{.Names}}' | Where-Object { $_ -eq $CONTAINER }