Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composeappmanager: Stop apps only if rootfs update is expected
Stop apps being updated only if ostree update and reboot is expected. Stopping apps in the case of an "app-only" update is not optimal, as it stops all app services/containers. In contrast, `docker compose up` can handle this more efficiently by restarting only those service containers whose images have been updated. Signed-off-by: Mike Sul <[email protected]>
- Loading branch information