#!/bin/bash
echo ":: Pruning docker system"
yes|docker system prune -a
echo ":: Recreating missing stuff"
docker network create pterodactyl_nw