3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ services:
- 5434:5432 - 5434:5432
paperless: paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.2 image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
restart: always restart: always
depends_on: depends_on:
- db - db

View File

@@ -1,5 +1,5 @@
# Use the official PHP image with Apache # Use the official PHP image with Apache
FROM php:8.4-apache FROM php:8.5-apache
# Add Docker's official GPG key: # Add Docker's official GPG key:
RUN apt-get update &&\ RUN apt-get update &&\