Frequently asked questions

January 19, 2021 ยท View on GitHub

Sometimes depending on the system you are setting up PANIC on, errors may occur, here as some documented problems and solutions.

Docker-compose network error

  • Running command docker-compose up -d --build
    • Error received: Creating network "panic_panic_net" with the default driver ERROR: Pool overlaps with other one on this address space
      • Solution 1: service docker restart
      • Solution 2: docker network prune
      • Solution 3: Change the IPs of the Docker network, including the subnet
      • Sources: 1, 2