docker-compose/docker-compose.yml - upgrade nextcloud and others

This commit is contained in:
Nick Stokoe
2021-03-30 15:19:46 +01:00
parent 2512d2ef31
commit 3d09f9d1e9

View File

@@ -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