Date added show public
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user