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

@@ -25,7 +25,7 @@ podman pull docker.io/wordpress
# Create a pod instead of --link.
# So both containers are able to reach each others.
podman pod create -n $POD_NAME -p 8090:80
podman pod create -n $POD_NAME -p 8090:80 -p 3306:3306
podman run --detach --pod $POD_NAME \
-e MYSQL_ROOT_PASSWORD=$DB_PASS \