From 5462cb90731f0d6083cdddc5ff055ae237458c23 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Tue, 2 Jan 2024 14:11:51 +0000 Subject: [PATCH] templates/docker-compose/docker-compose.yml - upgrade nextcloud --- 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 80aaa23..3cd5f10 100644 --- a/templates/docker-compose/docker-compose.yml +++ b/templates/docker-compose/docker-compose.yml @@ -55,7 +55,7 @@ services: - redis:/data nextcloud: - image: nextcloud:26-fpm-alpine + image: nextcloud:28-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html @@ -75,7 +75,7 @@ services: # test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"] nextcloud_cron: - image: nextcloud:26-fpm-alpine + image: nextcloud:28-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html