Autoheal -part of Docker- not stable.

HJvD4 days ago

Ran the docker-yaml compose for mysql with Dockge on my Truenas. All latest versions. Used the yaml file as Tananaev made, changed only the tree volume-mounts. Installation went fine, I can work with Traccar, signals from the devices are coming in.

The only thing that not is working fine is Autoheal from Will Farell, the last part of the yaml compose file. In the Dockge terminal I see that it is constant repeating: autoheal -1 exited with code 1. The containers are in a kind of dashboard in Dockge, and the Autoheal container displays that it is restarting and some brief moment it is running. Database is 'running' and Traccar is 'healthy'.

Anyone any idea what could go wrong after I ran the default compose.yaml? What can I try to solve the problem?

Anton Tananaev4 days ago

What do you see exactly?

HJvD4 days ago

traccar.jpg

Anton Tananaev4 days ago

I just check some of our servers and it doesn't seem to happen there. Maybe some issue with the socket? Maybe the path is different?

HJvD4 days ago

A different path, you mean the path that is not on the picture I send?

volumes:
- /mnt/Systeem/Traccar/Autoheal:/var/run/docker.sock:ro

Anton Tananaev4 days ago

Yes.

Anton Tananaev4 days ago

Wait what is that?

HJvD4 days ago

I'm sorry Anton. The problem was in the last line. After putting back your original line, it all is healthy now. Thanks for your reaction.