Docker: Update doc formatting in ARM docker-compose.yml examples

This commit is contained in:
Michael Mayer 2021-10-23 12:47:14 +02:00
parent 8ed75c74dd
commit 04345d9d40
2 changed files with 7 additions and 7 deletions

View file

@ -38,8 +38,8 @@ version: '3.5'
services: services:
photoprism: photoprism:
# ATTENTION: photoprism/photoprism-arm64 has been replaced by a single multi-arch image for AMD64, # ATTENTION: photoprism/photoprism-arm64 has been replaced by a single multi-arch image for AMD64,
# ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or # ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or
# photoprism/photoprism:latest for the stable release. # photoprism/photoprism:latest for the stable release.
image: photoprism/photoprism:latest image: photoprism/photoprism:latest
# Owners of ARMv7-based devices may have to explicitly specify the image architecture: # Owners of ARMv7-based devices may have to explicitly specify the image architecture:
# platform: "linux/arm" # platform: "linux/arm"
@ -123,8 +123,8 @@ services:
MYSQL_PASSWORD: insecure MYSQL_PASSWORD: insecure
# ATTENTION: Owners of ARMv7-based devices have to revert to an alternative image if they want to use MariaDB. # ATTENTION: Owners of ARMv7-based devices have to revert to an alternative image if they want to use MariaDB.
# The official image is available for AMD64 and ARM64 only. Pay close attention to changed directory and # The official image is available for AMD64 and ARM64 only. Pay close attention to changed directory
# environment variable names. # and environment variable names.
# #
# mariadb: # mariadb:
# restart: unless-stopped # restart: unless-stopped

View file

@ -35,8 +35,8 @@ version: '3.5'
services: services:
photoprism: photoprism:
# ATTENTION: photoprism/photoprism-arm64 has been replaced by a single multi-arch image for AMD64, # ATTENTION: photoprism/photoprism-arm64 has been replaced by a single multi-arch image for AMD64,
# ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or # ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or
# photoprism/photoprism:latest for the stable release. # photoprism/photoprism:latest for the stable release.
image: photoprism/photoprism:latest image: photoprism/photoprism:latest
platform: "linux/arm" platform: "linux/arm"
depends_on: depends_on:
@ -103,7 +103,7 @@ services:
- "./storage:/photoprism/storage" - "./storage:/photoprism/storage"
# NOTE: Owners of ARMv7-based devices have to revert to lscr.io/linuxserver/mariadb:latest if they # NOTE: Owners of ARMv7-based devices have to revert to lscr.io/linuxserver/mariadb:latest if they
# want to use MariaDB. The official image is available for AMD64 and ARM64 only. # want to use MariaDB. The official image is available for AMD64 and ARM64 only.
mariadb: mariadb:
restart: unless-stopped restart: unless-stopped
image: lscr.io/linuxserver/mariadb:latest image: lscr.io/linuxserver/mariadb:latest