diff --git a/docker-compose.yml b/docker-compose.yml index 43f4e44..ade192d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: restart: always app: - image: nextcloud:28.0.2-fpm-alpine + image: nextcloud:29.0.1-fpm-alpine # ports: # - 8080:80 restart: always @@ -49,7 +49,7 @@ services: - app cron: - image: nextcloud:28.0.2-fpm-alpine + image: nextcloud:29.0.1-fpm-alpine restart: always volumes: - nextcloud:/var/www/html