chore(Nextcloud): Upgrade to 22.2.0
https://nextcloud.com/changelog/#22-2-0
This commit is contained in:
		@@ -31,7 +31,7 @@ services:
 | 
			
		||||
 | 
			
		||||
  nextcloud-fpm:
 | 
			
		||||
    container_name: nextcloud-fpm
 | 
			
		||||
    image: ${NEXTCLOUD_IMAGE:-nextcloud:22.1.1-fpm-alpine}
 | 
			
		||||
    image: ${NEXTCLOUD_IMAGE:-nextcloud:22.2.0-fpm-alpine}
 | 
			
		||||
    restart: always
 | 
			
		||||
    hostname: ${NEXTCLOUD_DOMAIN}
 | 
			
		||||
    depends_on:
 | 
			
		||||
@@ -84,7 +84,7 @@ services:
 | 
			
		||||
      - /etc/localtime:/etc/localtime:ro
 | 
			
		||||
 | 
			
		||||
  nextcloud-cron:
 | 
			
		||||
    image: ${NEXTCLOUD_IMAGE:-nextcloud:22.1.1-fpm-alpine}
 | 
			
		||||
    image: ${NEXTCLOUD_IMAGE:-nextcloud:22.2.0-fpm-alpine}
 | 
			
		||||
    container_name: nextcloud-cron
 | 
			
		||||
    restart: always
 | 
			
		||||
    depends_on:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user