This commit is contained in:
2026-05-04 23:58:26 +02:00
commit 5902050221
7 changed files with 355 additions and 0 deletions

4
start_wp.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
POD_NAME='wordpress_with_mariadb'
podman pod start $POD_NAME