From f188ac8ebf655cc368908220a9bc030a2701c648 Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 26 Aug 2022 14:03:18 +0200 Subject: [PATCH] reorder dependencies Signed-off-by: szaimen --- php/containers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/containers.json b/php/containers.json index f932a901..879c4521 100644 --- a/php/containers.json +++ b/php/containers.json @@ -3,10 +3,8 @@ { "identifier": "nextcloud-aio-apache", "dependsOn": [ - "nextcloud-aio-fulltextsearch", "nextcloud-aio-onlyoffice", "nextcloud-aio-collabora", - "nextcloud-aio-clamav", "nextcloud-aio-talk", "nextcloud-aio-nextcloud" ], @@ -82,6 +80,8 @@ "dependsOn": [ "nextcloud-aio-database", "nextcloud-aio-redis", + "nextcloud-aio-clamav", + "nextcloud-aio-fulltextsearch", "nextcloud-aio-imaginary" ], "displayName": "Nextcloud",