From 0d426f4d401f24d04eeb6c2613dfa5fc8778c34f Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 11 Jun 2020 12:03:12 +0200 Subject: [PATCH] Updated nextcloud to 18.0.6 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 568a889..5035062 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: restart: always app: - image: nextcloud:17.0.2-fpm-alpine + image: nextcloud:18.0.6-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html @@ -63,7 +63,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:fpm-alpine + image: nextcloud:18.0.6-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html