From ee9474bf06663248b7498437fcdaa1587887cce2 Mon Sep 17 00:00:00 2001 From: Chris Coutinho <12901868+cbcoutinho@users.noreply.github.com> Date: Sat, 17 May 2025 00:59:06 +0200 Subject: [PATCH 1/2] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1a59055..5d442c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: restart: always app: - image: nextcloud@sha256:f610d9089039d664e9a09ef69f16775bd8ed9505af163dcdde69006b2e7e825f + image: nextcloud:31.0.5-fpm-alpine #user: www-data:www-data restart: always #post_start: From b348ce9ea1f5500aae03ca4e9645d54c3684afc4 Mon Sep 17 00:00:00 2001 From: Chris Coutinho <12901868+cbcoutinho@users.noreply.github.com> Date: Sat, 17 May 2025 01:05:09 +0200 Subject: [PATCH 2/2] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5d442c6..3b3e76d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: restart: always app: - image: nextcloud:31.0.5-fpm-alpine + image: nextcloud:31.0.5 #user: www-data:www-data restart: always #post_start: