From 0f6e6e6c76f000192870a36e1732cb3beb8b4148 Mon Sep 17 00:00:00 2001 From: bmen Date: Wed, 27 Jan 2021 20:40:14 +0000 Subject: [PATCH] Nextcloud auf 20.0.6 aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 30b58b6..bc8b9eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:20.0.5-fpm-alpine + image: nextcloud:20.0.6-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.5-fpm-alpine + image: nextcloud:20.0.6-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html