You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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, ...).
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
The text was updated successfully, but these errors were encountered: