r
This commit is contained in:
@@ -15,6 +15,9 @@ podman rm $CONTAINER_NAME_DB $CONTAINER_NAME_WP 2>/dev/null || true
|
||||
# Remove pod
|
||||
podman pod rm -f $POD_NAME 2>/dev/null || true
|
||||
|
||||
echo "removed pods"
|
||||
#exit 0
|
||||
|
||||
# Recreate pod
|
||||
podman pod create -n $POD_NAME -p 8090:80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user