Docker: Update docs for ARMv7 build #1815

This commit is contained in:
Michael Mayer 2021-12-15 13:35:42 +01:00
parent d6e2537b33
commit c8d1e77945
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,10 @@
# Running PhotoPrism on ARMv7-based devices (32-bit)
You have to resort to alternative Docker images to run *PhotoPrism* and *MariaDB* on ARMv7-based devices
You have to resort to alternative Docker images to run PhotoPrism and MariaDB on ARMv7-based devices
and those with a 32-bit operating system:
ARMv7 Release : photoprism/photoprism:armv7
MariaDB : linuxserver/mariadb:latest
ARMv7 Release: photoprism/photoprism:armv7
MariaDB : linuxserver/mariadb:latest
Pay close attention to changed directory and environment variable names.

View file

@ -41,6 +41,7 @@ version: '3.5'
services:
## App Server (required)
photoprism:
## Special Docker image for running PhotoPrism on ARMv7-based devices and those with a 32-bit operating system:
image: photoprism/photoprism:armv7
depends_on:
- mariadb