templates/docker-compose/docker-compose.yml - upgrade nextcloud

This commit is contained in:
Nick Stokoe
2024-01-02 14:11:51 +00:00
parent e19f124bb6
commit 5462cb9073

View File

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