Docker: Update docs in arm64 config example
This commit is contained in:
parent
2f0cecc76b
commit
0a91496226
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ servers apply: https://docs.photoprism.app/getting-started/docker-compose/
|
|||
|
||||
To ensure compatibility with 64-bit Docker images, your Raspberry Pi 3 / 4 must boot with the "arm_64bit=1"
|
||||
flag in its config.txt file (https://www.raspberrypi.org/documentation/installation/installing-images/README.md).
|
||||
An "exec format error" will occur otherwise.
|
||||
An "exec format" or "no matching manifest" error will occur otherwise.
|
||||
|
||||
Alternatively, you can run your device with [UbuntuDockerPi](https://github.com/guysoft/UbuntuDockerPi).
|
||||
It's a 64-bit Ubuntu Server with Docker pre-configured.
|
||||
|
|
|
@ -4,7 +4,7 @@ version: '3.5'
|
|||
#
|
||||
# Note:
|
||||
# - You have to boot your Raspberry Pi 3/4 with the parameter "arm_64bit=1" in config.txt to use our ARM64 (64-bit) image.
|
||||
# An "exec format error" will occur otherwise.
|
||||
# An "exec format" or "no matching manifest" error will occur otherwise.
|
||||
# - Use https://dl.photoprism.app/docker/armv7/docker-compose.yml for running PhotoPrism on ARMv7-based (32-bit) devices.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), especially when the indexer temporarily needs more memory to process large files.
|
||||
|
|
Loading…
Reference in a new issue