Update PhotoPrism to v240420 (#3412)

* Update config.json

Update config.json for new PhotoPrism

* Update docker-compose.yml

Update docker-compose.yml for new PhotoPrism

* Update config.json

Increasing tipi_version

---------

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
This commit is contained in:
Luis Miguel 2024-05-07 20:13:28 +02:00 committed by GitHub
parent cb4efe938e
commit ef2dde4a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "photoprism",
"tipi_version": 4,
"version": "231021",
"tipi_version": 5,
"version": "240420",
"categories": [
"photography"
],

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
photoprism:
# TODO: Special image for arm/v7 is available
image: photoprism/photoprism:231021
image: photoprism/photoprism:240420
container_name: photoprism
depends_on:
- photoprism-db