August 1, 20196 yr I am unable to get container dependency working - as in one container depends on and should start after another container is running. e.g. My Home-assistant container depends on my maria-db container but I am unable to get them starting one after the other. In advanced view of docker containers, I have tried setting wait period for home-assistant to 100 - didn't work, then I tried setting wait period of maria-db to 100 and that of home-assistant to 300 - still the home-assistant container starts before the maria-db container. I am unsure how to solve this issue.
August 1, 20196 yr Rearrange the start order by dragging the container row up or downSent from my phone as I'm probably having a beer and enjoying a fire
August 1, 20196 yr Containers are started in the order they are listed. If you set a wait period on a container then the system waits for that length of time after starting the container before starting the next one. Edited August 2, 20196 yr by itimpi
Archived
This topic is now archived and is closed to further replies.