Frequently asked questionsSometimes depending on the system you are setting up PANIC on, errors may occur, here as some documented problems and solutions.Docker-compose network errorRunning command docker-compose up -d --buildError received: Creating network "panic_panic_net" with the default driver ERROR: Pool overlaps with other one on this address spaceSolution 1: service docker restartSolution 2: docker network pruneSolution 3: Change the IPs of the Docker network, including the subnetSources: 1, 2