templates/docker-compose/docker-compose.yml - bump nextcloud to v25

This commit is contained in:
Nick Stokoe
2022-12-12 12:29:48 +00:00
parent ea8c22f1ae
commit d088d95f1d

View File

@@ -54,7 +54,7 @@ services:
- redis:/data
nextcloud:
image: nextcloud:24-fpm-alpine
image: nextcloud:25-fpm-alpine
restart: always
volumes:
- nextcloud_src:/var/www/html
@@ -74,7 +74,7 @@ services:
# test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"]
nextcloud_cron:
image: nextcloud:24-fpm-alpine
image: nextcloud:25-fpm-alpine
restart: always
volumes:
- nextcloud_src:/var/www/html