starwarsfan/edomi-docker

EDOMI permanent restarting

Opened this issue · 3 comments

After pulling and running EDOMI the container starts and is running. Suddenly the container restarts and gets never back to running again.

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6007bf29769a starwarsfan/edomi-docker:latest "/root/start.sh" 36 minutes ago Restarting (139) 1 second ago edomi

RUN command:
docker run
-v /home/docker/dockervolumes/edomi-backups/:/var/edomi-backups/
--name edomi
--restart=on-failure
-p 80:80
-p 8080:8080
-p 3671:3671/udp
-p 50000:50000/udp
-p 50001:50001/udp
-p 22222:22
-e WEBSOCKETPORT=8080
-d
starwarsfan/edomi-docker:latest

any ideas?

thanks

Never spot that behaviour and also on KNX-UF there's no such report. Please let me know some more details regarding your setup (Host, installed Plugins, ...).

Debian GNU/Linux buster/sid \n \l
Docker version 18.09.1, build 4c52b90
no plugins (how can I check if there are plugins installed?)

What else do you need?

Is this still a problem?