Captain icon indicating copy to clipboard operation
Captain copied to clipboard

Starting a group should call compose commands instead of individual starts`

Open iamrgroot opened this issue 1 year ago • 0 comments
trafficstars

When you start a group, it uses docker start on each container individually. When you have containers that rely on healthchecks of other containers in your compose scripts, this will result in startup errors as they do not wait.

Changing this so the group calls docker compose ___, this should be solved.

iamrgroot avatar Aug 16 '24 08:08 iamrgroot