diff --git a/00-create-pod.sh b/00-create-pod.sh index ffe097d..35d4be5 100644 --- a/00-create-pod.sh +++ b/00-create-pod.sh @@ -9,4 +9,4 @@ podman pod create \ --name pleroma-pod \ -p 4000:4000 -bash ./create-db.sh +bash ./10-create-db.sh