dexdiman

Members
  • Posts

    43
  • Joined

  • Last visited

Community Answers

  1. dexdiman's post in Docker errors after power outage was marked as the answer   
    I figured it out.
     
    I have two Unraid servers and used to use Portainer. I had it setup for one instance of Portainer to be able to manage both servers. I had added this line to the docker.cfg to allow docker to be managed remotely.
     
    DOCKER_OPTS="-H unix:///var/run/diocker.sock -H tcp://0.0.0.0:2376"
     
    I removed this line and it appears to be working now. Not sure why this decided to be a problem now. I stopped using Portainer awhile ago and have rebooted unraid since then. 🤷‍♂️