Captain
Captain copied to clipboard
Starting a group should call compose commands instead of individual starts`
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.