AP stuck in adopting phase after a container restart

Hello.
I have a little problem.

with each update of the docker unifi container, I lose my statistics
and I have to force the adoption of my unifi equipments so that it goes back to the controller with set-inform http://IP:8080/inform

I didn’t have this behavior before switching to docker

This issue seems to be my problem

But i have no option hostname controller on my controller

If you’re losing your statistics its because you’re not saving them somewhere on your host and each time the container restarts, they go bye bye.

What did you use for this:

volumes:
      - <path to data>:/config

This will probably help the statistics issue.

The issue with the AP doesn’t seem to be an issue in my setup either. I have my docker container exposed on its internal 172.x.x.x:PORT. The host of that computer is on a 10.x.x.x network. I point my set-inform to the 10.x.x.x:8080/inform with no issues. What are you using?

1 Like