templates/docker-compose/docker-compose.yml - upgrade to NC 26

This commit is contained in:
Nick Stokoe
2023-04-01 18:58:09 +01:00
parent d088d95f1d
commit 018b7ec9af

View File

@@ -54,7 +54,7 @@ services:
- redis:/data - redis:/data
nextcloud: nextcloud:
image: nextcloud:25-fpm-alpine image: nextcloud:26-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html
@@ -74,7 +74,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:25-fpm-alpine image: nextcloud:26-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud_src:/var/www/html - nextcloud_src:/var/www/html