Nextcloud 33 Update

This commit is contained in:
2026-06-10 11:14:32 +02:00
parent ff8f84b550
commit 1b245cc62e
+2 -2
View File
@@ -2,7 +2,7 @@
services: services:
nextcloud: nextcloud:
image: nextcloud:32 image: nextcloud:33
container_name: nextcloud container_name: nextcloud
restart: always restart: always
depends_on: depends_on:
@@ -29,7 +29,7 @@ services:
- ./data:/var/www/html - ./data:/var/www/html
nextcloud_db: nextcloud_db:
image: postgres:17 image: postgres:18
container_name: nextcloud_db container_name: nextcloud_db
restart: always restart: always
environment: environment: