From c58eed265749b355ef7521f1fbbb68c38f69924b Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Fri, 1 Jul 2022 06:53:37 +0100 Subject: [PATCH] docker-compose.yml - update nextcloud to v24 The upgrade was actually executed in steps, v22 -> v23 -> v24, and the net result committed. --- templates/docker-compose/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/docker-compose/docker-compose.yml b/templates/docker-compose/docker-compose.yml index b317570..840dd2a 100644 --- a/templates/docker-compose/docker-compose.yml +++ b/templates/docker-compose/docker-compose.yml @@ -54,7 +54,7 @@ services: - redis:/data nextcloud: - image: nextcloud:22-fpm-alpine + image: nextcloud:24-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html @@ -74,7 +74,7 @@ services: # test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"] nextcloud_cron: - image: nextcloud:22-fpm-alpine + image: nextcloud:24-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html