The same as: https://github.com/nextcloud/all-in-one/issues/7096 Currebtly this repo also uses API Version v1.41: https://github.com/nextcloud/app_api/blob/f9120f042fbfe26b0a5bdc6bbb3ecfc4cb8c196a/lib/DeployActions/DockerActions.php#L36 But docker now requires v1.44 or later: https://github.com/moby/moby/releases/tag/docker-v29.0.0 Note: I did not test if it really breaks, but it should break per definition like AIO did