mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d5816e0f9f
commit
a910795525
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue