3 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ services:
networks: networks:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: nextcloud:31.0.7 image: nextcloud:31.0.8
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.7 image: nextcloud:31.0.8
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.2 image: ghcr.io/paperless-ngx/paperless-ngx:2.18.3
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
@@ -47,7 +47,7 @@ services:
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.22.0 image: docker.io/gotenberg/gotenberg:8.23.0
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not