Compare commits
3 Commits
renovate/p
...
bfa9b2e503
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfa9b2e503 | ||
| 37fca8eb77 | |||
|
|
c570f52fb8 |
@@ -18,7 +18,7 @@ services:
|
||||
- 5434:5432
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.2
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Use the official PHP image with Apache
|
||||
FROM php:8.4-apache
|
||||
FROM php:8.5-apache
|
||||
|
||||
# Add Docker's official GPG key:
|
||||
RUN apt-get update &&\
|
||||
|
||||
Reference in New Issue
Block a user