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

This commit is contained in:
Nick Stokoe
2021-07-21 20:51:12 +01:00
parent b28998d3d1
commit 52d82a2b52

View File

@@ -42,7 +42,7 @@ services:
- redis:/data
nextcloud:
image: nextcloud:21-fpm-alpine
image: nextcloud:22-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:21-fpm-alpine
image: nextcloud:22-fpm-alpine
restart: always
volumes:
- nextcloud_src:/var/www/html