diff --git a/docker-compose.yml b/docker-compose.yml index 2da2728..35a1085 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:21-fpm-alpine + image: nextcloud:22-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html @@ -60,7 +60,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:21.0.4-fpm-alpine + image: nextcloud:22-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html