From 29a62cf5d3509c4b67b829124cccc3c0ad66bb27 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 27 Feb 2026 20:42:50 +0000 Subject: [PATCH] Update nextcloudaio/docker-compose.yml Set specific version --- nextcloudaio/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloudaio/docker-compose.yml b/nextcloudaio/docker-compose.yml index c872d66..893f9b3 100644 --- a/nextcloudaio/docker-compose.yml +++ b/nextcloudaio/docker-compose.yml @@ -1,6 +1,6 @@ services: nextcloud-aio-mastercontainer: - image: ghcr.io/nextcloud-releases/all-in-one:latest + image: ghcr.io/nextcloud/all-in-one:20250325_084656 init: true restart: always container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly