From b28998d3d19a75ba46e97295297bb0e6ff833f3b Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Tue, 30 Mar 2021 15:19:46 +0100 Subject: [PATCH] docker-compose/docker-compose.yml - upgrade nextcloud and others --- templates/docker-compose/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/docker-compose/docker-compose.yml b/templates/docker-compose/docker-compose.yml index e4d9cf4..a62e9ac 100644 --- a/templates/docker-compose/docker-compose.yml +++ b/templates/docker-compose/docker-compose.yml @@ -35,14 +35,14 @@ services: redis: restart: always - image: redis:6.0.9-alpine + image: redis:6-alpine healthcheck: test: ["CMD", "redis-cli", "ping"] volumes: - redis:/data nextcloud: - image: nextcloud:18.0.13-fpm-alpine + image: nextcloud:21-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html @@ -62,7 +62,7 @@ services: # test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"] nextcloud_cron: - image: nextcloud:18.0.13-fpm-alpine + image: nextcloud:21-fpm-alpine restart: always volumes: - nextcloud_src:/var/www/html @@ -129,7 +129,7 @@ services: - JELLYFIN_PublishedServerUrl=http://snackpot.local minidlna: - image: vladgh/minidlna:0.5 + image: vladgh/minidlna:latest restart: always volumes: - minidlna_state:/minidlna