From 72b920652fc14ea84267c9faaf8369701a0a1fa2 Mon Sep 17 00:00:00 2001 From: bmen Date: Fri, 15 Jan 2021 15:08:36 +0000 Subject: [PATCH] Nextcloud auf 20.0.5 aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index abba92e..30b58b6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:20.0.4-fpm-alpine + image: nextcloud:20.0.5-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html @@ -60,7 +60,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:20.0.4-fpm-alpine + image: nextcloud:20.0.5-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html