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

Actual upgrade done one major version at a time.
This commit is contained in:
Nick Stokoe
2025-05-26 12:38:14 +01:00
parent 5c12a6f053
commit 7061ef37f8

View File

@@ -56,7 +56,7 @@ services:
- redis:/data - redis:/data
nextcloud: nextcloud:
image: nextcloud:28-fpm-alpine image: nextcloud:31-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html
@@ -76,7 +76,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:28-fpm-alpine image: nextcloud:31-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html