docker/docker-compose-YAMLs/nextcloud/docker-compose.yml aktualisiert

This commit is contained in:
pi
2026-01-24 09:45:59 +00:00
parent a88df6233a
commit c6be66c136

View File

@@ -11,7 +11,7 @@ services:
- db_data:/var/lib/postgresql/data
app:
image: nextcloud:32.0.3
image: nextcloud:32.0.5
container_name: nextcloud-app
restart: always
depends_on:
@@ -28,7 +28,7 @@ services:
- "8082:80"
cron:
image: nextcloud:32.0.3
image: nextcloud:32.0.5
container_name: nextcloud-cron
restart: always
depends_on: