Add network creation
This commit is contained in:
@@ -32,6 +32,9 @@ for container in "${containers[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
if ! podman network exists $NETWORK; then
|
||||
podman network create $NETWORK
|
||||
|
||||
mkdir -p ./systemd-units
|
||||
mkdir -p $DB_DATA_LOCATION
|
||||
mkdir -p $UPLOAD_LOCATION
|
||||
|
||||
Reference in New Issue
Block a user