libcompose
libcompose copied to clipboard
Fix: no connect & start if not recreated
Signed-off-by: xi.han [email protected] This is a simple way to fix https://github.com/docker/libcompose/issues/494 . However I believe there are better ways for this issue. For example recreateIfNeeded() could return a bool showing whether the service was updated or not.
@vdemeester Could you help me to trigger the test again? Thanks!