From beffe7e0832d60d623bb1a605cbd2f8da9d164cc Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 28 Mar 2022 23:50:09 +0000 Subject: [PATCH] Auf Version 23:latest aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 35a1085..d445d70 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:22-fpm-alpine + image: nextcloud:23-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html @@ -60,7 +60,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:22-fpm-alpine + image: nextcloud:23-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html