1 Commits

Author SHA1 Message Date
Renovate Bot
a29545ad3f Update docker.io/gotenberg/gotenberg Docker tag to v8.23.0 2025-09-01 00:01:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ services:
networks:
- nextcloud
nextcloud:
image: nextcloud:31.0.8
image: nextcloud:31.0.7
restart: always
ports:
- 8081:80
@@ -30,7 +30,7 @@ services:
networks:
- nextcloud
cron:
image: nextcloud:31.0.8
image: nextcloud:31.0.7
container_name: nextcloud-cron
volumes:
- ${NEXTCLOUD_DATA_DIR}:/var/www/html

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.3
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.2
restart: unless-stopped
depends_on:
- db