Read the statement by Michael Teeuw here.
After restart and updating raspberry MM will not starting
-
@aldisachen said in After restart and updating raspberry MM will not starting:
address: “localhost”,
this is a problem…
it means ONLY apps INSIDE the same system can connect. ie, from INSIDE the container
you want apps OUTSIDE the container to connect, the docker host or further away.
so you should change that to address:“0.0.0.0”,
meaning over any network interface, without having to specify what it is.then you can run container in network bridge mode. it will get IP address 172. something…
-
Hello, I don´t understand what is nessssary to change in the config file. Can you please write down the right settings at the config file ?
I have no experience with that. Thanks. -
@aldisachen I did,
address:"0.0.0.0",
-
Hello together,
after change the Address from “localhost” to “0.0.0.0” and restart the MM is runing without problems.
Now I can update and upgrade the system every day and not every month. It was not funny to do the same steps after restart and running the MM again. Thank you very much. -
@aldisachen cool… glad u got it…