Setup: Update service image names for the Raspberry Pi #4414 #5100

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-07-11 16:36:36 +02:00
parent d5816e0f9f
commit a910795525

View file

@ -223,7 +223,7 @@ write_files:
services:
photoprism:
image: photoprism/photoprism:arm64
image: photoprism/photoprism:latest
depends_on:
- mariadb
restart: always
@ -290,7 +290,7 @@ write_files:
mariadb:
restart: always
image: arm64v8/mariadb:11
image: mariadb:11
security_opt:
- seccomp=unconfined
- apparmor=unconfined