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

View File

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