From c8d1e7794542632710c8c9c946cd88f148b30e4f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 15 Dec 2021 13:35:42 +0100 Subject: [PATCH] Docker: Update docs for ARMv7 build #1815 --- docker/examples/armv7/README | 6 +++--- docker/examples/armv7/docker-compose.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/examples/armv7/README b/docker/examples/armv7/README index 2693b9f35..9a26cfc83 100644 --- a/docker/examples/armv7/README +++ b/docker/examples/armv7/README @@ -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. diff --git a/docker/examples/armv7/docker-compose.yml b/docker/examples/armv7/docker-compose.yml index 71701f88b..3c658f816 100644 --- a/docker/examples/armv7/docker-compose.yml +++ b/docker/examples/armv7/docker-compose.yml @@ -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