skripte updateovane
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$CONTAINER = "ewc2025-mysql"
|
||||
$CONTAINER = "hotel-mysql"
|
||||
|
||||
$exists = docker ps -a --format '{{.Names}}' | Where-Object { $_ -eq $CONTAINER }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user