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: redis:
restart: always restart: always
image: redis:6.0.9-alpine image: redis:6-alpine
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
volumes: volumes:
- redis:/data - redis:/data
nextcloud: nextcloud:
image: nextcloud:18.0.13-fpm-alpine image: nextcloud:21-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html
@@ -62,7 +62,7 @@ services:
# test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"] # test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"]
nextcloud_cron: nextcloud_cron:
image: nextcloud:18.0.13-fpm-alpine image: nextcloud:21-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html
@@ -129,7 +129,7 @@ services:
- JELLYFIN_PublishedServerUrl=http://snackpot.local - JELLYFIN_PublishedServerUrl=http://snackpot.local
minidlna: minidlna:
image: vladgh/minidlna:0.5 image: vladgh/minidlna:latest
restart: always restart: always
volumes: volumes:
- minidlna_state:/minidlna - minidlna_state:/minidlna