From 04345d9d40fa04007b90a3486273fba01d9d5186 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 23 Oct 2021 12:47:14 +0200 Subject: [PATCH] Docker: Update doc formatting in ARM docker-compose.yml examples --- docker/examples/arm64/docker-compose.yml | 8 ++++---- docker/examples/armv7/docker-compose.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker/examples/arm64/docker-compose.yml b/docker/examples/arm64/docker-compose.yml index 4b8dc019f..086bd503d 100644 --- a/docker/examples/arm64/docker-compose.yml +++ b/docker/examples/arm64/docker-compose.yml @@ -38,8 +38,8 @@ version: '3.5' services: photoprism: # 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 - # photoprism/photoprism:latest for the stable release. + # ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or + # photoprism/photoprism:latest for the stable release. image: photoprism/photoprism:latest # Owners of ARMv7-based devices may have to explicitly specify the image architecture: # platform: "linux/arm" @@ -123,8 +123,8 @@ services: MYSQL_PASSWORD: insecure # 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 - # environment variable names. + # The official image is available for AMD64 and ARM64 only. Pay close attention to changed directory + # and environment variable names. # # mariadb: # restart: unless-stopped diff --git a/docker/examples/armv7/docker-compose.yml b/docker/examples/armv7/docker-compose.yml index 2984086fe..dee26b4c5 100644 --- a/docker/examples/armv7/docker-compose.yml +++ b/docker/examples/armv7/docker-compose.yml @@ -35,8 +35,8 @@ version: '3.5' services: photoprism: # 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 - # photoprism/photoprism:latest for the stable release. + # ARM64, and ARMv7. Use photoprism/photoprism:preview for testing preview builds or + # photoprism/photoprism:latest for the stable release. image: photoprism/photoprism:latest platform: "linux/arm" depends_on: @@ -103,7 +103,7 @@ services: - "./storage:/photoprism/storage" # 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: restart: unless-stopped image: lscr.io/linuxserver/mariadb:latest