[mod] update photoprism
This commit is contained in:
parent
a7c920135a
commit
665dcd966b
8 changed files with 178 additions and 19 deletions
|
|
@ -47,7 +47,7 @@ version: '3.5'
|
|||
services:
|
||||
photoprism:
|
||||
## Use photoprism/photoprism:preview-arm64 for testing preview builds:
|
||||
image: photoprism/photoprism:arm64
|
||||
image: photoprism/photoprism:ubuntu
|
||||
depends_on:
|
||||
- mariadb
|
||||
## Don't enable automatic restarts until PhotoPrism has been properly configured and tested!
|
||||
|
|
@ -117,7 +117,7 @@ services:
|
|||
## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue:
|
||||
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
|
||||
restart: unless-stopped
|
||||
image: arm64v8/mariadb:10.6 # this mariadb image runs on ARM64-based devices only
|
||||
image: mariadb:10.6 # this mariadb image runs on ARM64-based devices only
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue