This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Description
Any service that has a relative volume will always be recreated regardless of whether or not the service has actually changed. The underlying issue is that docker.Convert changes the service after the hash has been calculated. This means the service will appear to be out of sync and so recreation is always triggered.
There might be other cases where docker.Convert modifies the service config, in which case the same problem will occur there as well.