Date added show public

This commit is contained in:
2026-05-08 11:29:21 +02:00
parent 768f7467e3
commit 1f141fac7d
4 changed files with 15 additions and 27 deletions

View File

@@ -19,7 +19,8 @@ echo "removed pods"
#exit 0
# Recreate pod
podman pod create -n $POD_NAME -p 8090:80
podman pod create -n $POD_NAME -p 8090:80 -p 3306:3306
# Start MariaDB
podman run --detach --pod $POD_NAME \