rebased-podman/00-create-pod.sh
2022-11-11 18:49:21 +00:00

12 lines
161 B
Bash
Executable file

#!/bin/bash
mkdir ./uploads ./static ./config -p
chown -R 911:911 ./uploads
podman pod create \
--name rebased-pod \
-p 5000:5000 \
-p 4000:4000