From 20167ab914dbbddd30ecd919da2930a7bf5cb5bb Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 17:03:20 +0200 Subject: [PATCH] change starting order of notify-push to start after nextcloud container Signed-off-by: Simon L --- php/containers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/containers.json b/php/containers.json index 93421eac..745f775c 100644 --- a/php/containers.json +++ b/php/containers.json @@ -6,8 +6,8 @@ "nextcloud-aio-onlyoffice", "nextcloud-aio-collabora", "nextcloud-aio-talk", - "nextcloud-aio-notify-push", - "nextcloud-aio-nextcloud" + "nextcloud-aio-nextcloud", + "nextcloud-aio-notify-push" ], "display_name": "Apache", "image": "nextcloud/aio-apache",