From a1c9945e912d674307c62b271ef3f22a671274b6 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Tue, 4 Apr 2023 21:17:03 +0300 Subject: [PATCH] Update readme about dropping supervisord --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f8b975..2d74a36 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ ## Nextcloud container with preinstalled video preview generation These are container images built using the official Nextcloud Apache images as -source, adding the required packages to generate video previews and `supervisord` -to use `cron` inside the container. +source, adding the required packages to generate video previews. + +Starting from 24.0.9 and 25.0.3 `supervisord` is no longer installed. A separate +cron container is recommended as per upstream recommendations. I'll try to keep up with Nextcloud's upstream releases. The build itself is automated, but requires a tag to be pushed before triggering,