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:
nextcloud:
image: nextcloud:32
image: nextcloud:33
container_name: nextcloud
restart: always
depends_on:
@@ -29,7 +29,7 @@ services:
- ./data:/var/www/html
nextcloud_db:
image: postgres:17
image: postgres:18
container_name: nextcloud_db
restart: always
environment: