Docker: Update doc formatting in ARM docker-compose.yml examples
This commit is contained in:
parent
8ed75c74dd
commit
04345d9d40
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue