docker-compose/docker-compose.yml - upgrade nextcloud and others
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user