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,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
CONTAINER="ewc2025-mysql"
CONTAINER="hotel-mysql"
RUNTIME="docker"
if [[ "${1:-}" == "--podman" ]]; then