Docker: Update ARMv7 docs #1815

This commit is contained in:
Michael Mayer 2021-12-14 23:13:06 +01:00
parent 97187578a2
commit 8f45eb3add
2 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,8 @@
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:
Stable Release : photoprism/photoprism:armv7
Development Preview: photoprism/photoprism:armv7-preview
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,7 +41,6 @@ version: '3.5'
services:
## App Server (required)
photoprism:
## Use photoprism/photoprism:armv7-preview for testing preview builds or :armv7 for the stable release:
image: photoprism/photoprism:armv7
depends_on:
- mariadb